Home
last modified time | relevance | path

Searched refs:flushLatch (Results 1 – 1 of 1) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorTest.java429 CountDownLatch flushLatch = mTestSensorManager.requestFlush(); in testBatchAndFlushWithHandler() local
430 listener.waitForFlushComplete(flushLatch, true); in testBatchAndFlushWithHandler()
463 CountDownLatch flushLatch = mTestSensorManager.requestFlush(); in testBatchAndFlushUseDefaultHandler() local
464 listener.waitForFlushComplete(flushLatch, true); in testBatchAndFlushUseDefaultHandler()
695 CountDownLatch flushLatch = sensorManager.requestFlush(); in execute() local
696 listener.waitForFlushComplete(flushLatch, true); in execute()