Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java51 final AutoResetLatch latch1 = startSession(); in testTextView() local
52 waitForContext(latch1); in testTextView()
/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/view/src/android/view/animation/cts/
DAnimationTest.java662 final CountDownLatch latch1 = new CountDownLatch(1);
663 runCanceledAnimation(anim, latch1, false, false);
664 assertTrue(latch1.await(CANCELATION_TIMEOUT, TimeUnit.MILLISECONDS));
/cts/tests/tests/media/src/android/media/cts/
DMediaSession2Test.java324 final CountDownLatch latch1 = new CountDownLatch(1); in testBroadcastSessionCommand() local
331 latch1.countDown(); in testBroadcastSessionCommand()
366 assertTrue(latch1.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS)); in testBroadcastSessionCommand()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1251 final CountDownLatch latch1 = new CountDownLatch(1); in testStartForegroundService() local
1255 latch1.countDown(); in testStartForegroundService()
1258 latch1.await(5, TimeUnit.SECONDS); in testStartForegroundService()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java1077 final CountDownLatch latch1 = new CountDownLatch(1); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
1094 latch1.countDown(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1113 latch1.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()