Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java60 final AutoResetLatch latch2 = startSession(); in testTextView() local
61 waitForContext(latch2); in testTextView()
/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/media/src/android/media/cts/
DMediaRoute2ProviderServiceTest.java539 CountDownLatch latch2 = new CountDownLatch(1); in testOnDiscoveryPreferenceChanged() local
557 latch2.countDown(); in testOnDiscoveryPreferenceChanged()
569 assertTrue(latch2.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testOnDiscoveryPreferenceChanged()
DMediaSession2Test.java342 final CountDownLatch latch2 = new CountDownLatch(1); in testBroadcastSessionCommand() local
349 latch2.countDown(); in testBroadcastSessionCommand()
367 assertTrue(latch2.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS)); in testBroadcastSessionCommand()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java671 final CountDownLatch latch2 = new CountDownLatch(1);
672 runCanceledAnimation(anim, latch2, true, false);
673 assertTrue(latch2.await(CANCELATION_TIMEOUT, TimeUnit.MILLISECONDS));
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1264 final CountDownLatch latch2 = new CountDownLatch(1); in testStartForegroundService() local
1268 latch2.countDown(); in testStartForegroundService()
1271 latch2.await(5, TimeUnit.SECONDS); in testStartForegroundService()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java1118 final CountDownLatch latch2 = new CountDownLatch(1); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
1134 latch2.countDown(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1152 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()