Searched refs:latch2 (Results 1 – 6 of 6) sorted by relevance
58 final AutoResetLatch latch2 = startSession(); in testTextView() local59 waitForContext(latch2); in testTextView()
135 final CountDownLatch latch2 = new CountDownLatch(1); in testIsIdle() local150 latch2.countDown(); in testIsIdle()161 latch2.await(TIMEOUT, TimeUnit.MILLISECONDS); in testIsIdle()
671 final CountDownLatch latch2 = new CountDownLatch(1);672 runCanceledAnimation(anim, latch2, true, false);673 assertTrue(latch2.await(CANCELATION_TIMEOUT, TimeUnit.MILLISECONDS));
342 final CountDownLatch latch2 = new CountDownLatch(1); in testBroadcastSessionCommand() local349 latch2.countDown(); in testBroadcastSessionCommand()367 assertTrue(latch2.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS)); in testBroadcastSessionCommand()
1211 final CountDownLatch latch2 = new CountDownLatch(1); in testStartForegroundService() local1215 latch2.countDown(); in testStartForegroundService()1218 latch2.await(5, TimeUnit.SECONDS); in testStartForegroundService()
1118 final CountDownLatch latch2 = new CountDownLatch(1); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local1134 latch2.countDown(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()1152 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()