OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEventCount
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java
511
private final int
mEventCount
;
515
mEventCount
= eventCount;
531
CountDownLatch eventLatch = sensorManager.registerListener(listener,
mEventCount
);
533
listener.waitForEvents(eventLatch,
mEventCount
);
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
97
private int
mEventCount
= 0; //total number of events generated so far
478
mEventCount
++;
Completed in 338 milliseconds