Searched defs:eventCount (Results 1 – 5 of 5) sorted by relevance
103 int eventCount = events.size(); in testListenForGnssMeasurements() local106 "GnssMeasurementEvent count: expected >= 0, received = " + eventCount, in testListenForGnssMeasurements() local107 eventCount > 0); in testListenForGnssMeasurements() local
100 int eventCount, in registerListener()140 int eventCount) { in registerListener()
129 public CountDownLatch getLatchForSensorEvents(int eventCount) { in getLatchForSensorEvents()305 public void waitForEvents(CountDownLatch latch, int eventCount, in waitForEvents()
234 final int eventCount) { in createOperation()
572 public FlushExecutor(TestSensorEnvironment environment, int eventCount) { in FlushExecutor()