Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java151 final CountDownLatch bindLatch = new CountDownLatch(1); in getControlBinder() local
157 bindLatch.countDown(); in getControlBinder()
168 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in getControlBinder()
DMbmsGroupCallTestBase.java172 final CountDownLatch bindLatch = new CountDownLatch(1); in getControlBinder() local
178 bindLatch.countDown(); in getControlBinder()
189 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in getControlBinder()
DMbmsDownloadTestBase.java172 final CountDownLatch bindLatch = new CountDownLatch(1); in getControlBinder() local
178 bindLatch.countDown(); in getControlBinder()
189 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in getControlBinder()
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceTest.java188 final CountDownLatch bindLatch = new CountDownLatch(1); in setUpControl() local
195 bindLatch.countDown(); in setUpControl()
206 bindLatch.await(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in setUpControl()
DCallRedirectionServiceTest.java215 final CountDownLatch bindLatch = new CountDownLatch(1); in setupControlBinder() local
222 bindLatch.countDown(); in setupControlBinder()
232 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in setupControlBinder()
DThirdPartyCallScreeningServiceTest.java520 final CountDownLatch bindLatch = new CountDownLatch(1); in setupControlBinder() local
526 bindLatch.countDown(); in setupControlBinder()
537 bindLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in setupControlBinder()