Searched refs:EVENT_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance
116 private static final int EVENT_LOG_SIZE = 64; field in VrManagerService159 private final ArrayDeque<LogFormattable> mLoggingDeque = new ArrayDeque<>(EVENT_LOG_SIZE);1231 if (mLoggingDeque.size() == EVENT_LOG_SIZE) { in logEvent()
141 static final int EVENT_LOG_SIZE = 100; field in FaceService.UsageStats162 if (mAuthenticationEvents.size() >= EVENT_LOG_SIZE) { in addEvent()