Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java134 final CountDownLatch latch1 = new CountDownLatch(1); in testIsIdle() local
142 latch1.await(TIMEOUT, TimeUnit.MILLISECONDS); in testIsIdle()
160 latch1.countDown(); in testIsIdle()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java775 final CountDownLatch latch1 = new CountDownLatch(1); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
792 latch1.countDown(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
811 latch1.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()