Searched refs:mEventReceivedLatch (Results 1 – 1 of 1) sorted by relevance
57 private CountDownLatch mEventReceivedLatch = null; field in StepSensorPermissionTestActivity170 mEventReceivedLatch = new CountDownLatch(1); in checkSensor()178 boolean eventReceived = mEventReceivedLatch.await( in checkSensor()198 mEventReceivedLatch.countDown(); in onSensorChanged()