Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java135 final CountDownLatch latch2 = new CountDownLatch(1); in testIsIdle() local
150 latch2.countDown(); in testIsIdle()
161 latch2.await(TIMEOUT, TimeUnit.MILLISECONDS); in testIsIdle()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java816 final CountDownLatch latch2 = new CountDownLatch(1); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
832 latch2.countDown(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
850 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()