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/
DSignificantMotionTestActivity.java180 mVerifier.releaseLatch();
351 public void releaseLatch() {
DOffBodySensorTestActivity.java141 releaseLatch(); in onSensorChanged()
145 public void releaseLatch() { in releaseLatch() method in OffBodySensorTestActivity.SensorEventVerifier
352 mVerifier.releaseLatch();
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java547 final CountDownLatch releaseLatch = new CountDownLatch(2); in testOpenProxyFileDescriptor_async() local
563 releaseLatch.countDown(); in testOpenProxyFileDescriptor_async()
570 releaseLatch.countDown(); in testOpenProxyFileDescriptor_async()
616 releaseLatch.await(); in testOpenProxyFileDescriptor_async()