Searched refs:FLUSH_TIMEOUT_US (Results 1 – 1 of 1) sorted by relevance
54 private static final long FLUSH_TIMEOUT_US = TimeUnit.SECONDS.toMicros(10); field in TestSensorEventListener288 FLUSH_TIMEOUT_US); in waitForFlushComplete()289 Assert.assertTrue(message, latch.await(FLUSH_TIMEOUT_US, TimeUnit.MICROSECONDS)); in waitForFlushComplete()