Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceTest.java107 final CountDownLatch bindLatch = new CountDownLatch(1); in setUpControl() local
114 bindLatch.countDown(); in setUpControl()
125 bindLatch.await(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in setUpControl()
DThirdPartyInCallServiceAppOpsPermissionTest.java228 final CountDownLatch bindLatch = new CountDownLatch(1); in setUpControl() local
235 bindLatch.countDown(); in setUpControl()
246 bindLatch.await(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in setUpControl()
DCallRedirectionServiceTest.java272 final CountDownLatch bindLatch = new CountDownLatch(1); in setupControlBinder() local
279 bindLatch.countDown(); in setupControlBinder()
291 bindLatch.countDown(); in setupControlBinder()
298 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in setupControlBinder()
DThirdPartyCallScreeningServiceTest.java545 final CountDownLatch bindLatch = new CountDownLatch(1); in setupControlBinder() local
551 bindLatch.countDown(); in setupControlBinder()
562 boolean completedBeforeTimeout = bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in setupControlBinder()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java171 final CountDownLatch bindLatch = new CountDownLatch(1); in getControlBinder() local
177 bindLatch.countDown(); in getControlBinder()
188 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in getControlBinder()
DMbmsDownloadTestBase.java191 final CountDownLatch bindLatch = new CountDownLatch(1); in getControlBinder() local
197 bindLatch.countDown(); in getControlBinder()
208 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in getControlBinder()
DMbmsGroupCallTestBase.java202 final CountDownLatch bindLatch = new CountDownLatch(1); in getControlBinder() local
208 bindLatch.countDown(); in getControlBinder()
219 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in getControlBinder()