Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepSensorPermissionTestActivity.java57 private CountDownLatch mEventReceivedLatch = null; field in StepSensorPermissionTestActivity
170 mEventReceivedLatch = new CountDownLatch(1); in checkSensor()
178 boolean eventReceived = mEventReceivedLatch.await( in checkSensor()
198 mEventReceivedLatch.countDown(); in onSensorChanged()