HomeSort by relevance Sort by last modified time
    Searched refs:mEventCount (Results 1 - 3 of 3) sorted by null

  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java 40 private int mEventCount = 0;
78 Math.ceil(Math.min(EVENT_GAP_THRESHOLD_MAX, mEventCount * EVENT_GAP_TOLERANCE));
115 if (mEventCount >= TRUNCATE_EVENTS_COUNT) {
120 mEventGaps.add(new IndexedEventPair(mEventCount, event, mPreviousEvent));
125 mEventCount++;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 98 private int mEventCount = 0; //total number of events generated so far
495 mEventCount++;
  /cts/tests/sensor/src/android/hardware/cts/
SensorTest.java 704 private final int mEventCount;
710 mEventCount = eventCount;
727 CountDownLatch eventLatch = sensorManager.registerListener(listener, mEventCount);
729 listener.waitForEvents(eventLatch, mEventCount, true);
    [all...]

Completed in 346 milliseconds