Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DOffBodySensorTestActivity.java141 releaseLatch(); in onSensorChanged()
145 public void releaseLatch() { in releaseLatch() method in OffBodySensorTestActivity.SensorEventVerifier
352 mVerifier.releaseLatch();
DSignificantMotionTestActivity.java179 mVerifier.releaseLatch();
349 public void releaseLatch() {
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java559 final CountDownLatch releaseLatch = new CountDownLatch(2); in testOpenProxyFileDescriptor_async() local
575 releaseLatch.countDown(); in testOpenProxyFileDescriptor_async()
582 releaseLatch.countDown(); in testOpenProxyFileDescriptor_async()
628 releaseLatch.await(); in testOpenProxyFileDescriptor_async()