Searched refs:mEventCount (Results 1 – 2 of 2) sorted by relevance
40 private int mEventCount = 0; field in EventGapVerification78 Math.ceil(Math.min(EVENT_GAP_THRESHOLD_MAX, mEventCount * EVENT_GAP_TOLERANCE)); in verify()115 if (mEventCount >= TRUNCATE_EVENTS_COUNT) { in addSensorEventInternal()120 mEventGaps.add(new IndexedEventPair(mEventCount, event, mPreviousEvent)); in addSensorEventInternal()125 mEventCount++; in addSensorEventInternal()
570 private final int mEventCount; field in SensorTest.FlushExecutor574 mEventCount = eventCount; in FlushExecutor()590 CountDownLatch eventLatch = sensorManager.registerListener(listener, mEventCount); in execute()592 listener.waitForEvents(eventLatch, mEventCount, true); in execute()