OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindLatch
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
CallRedirectionServiceTest.java
174
final CountDownLatch
bindLatch
= new CountDownLatch(1);
181
bindLatch
.countDown();
191
bindLatch
.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS);
ThirdPartyInCallServiceTest.java
213
final CountDownLatch
bindLatch
= new CountDownLatch(1);
220
bindLatch
.countDown();
231
bindLatch
.await(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, TimeUnit.MILLISECONDS);
ThirdPartyCallScreeningServiceTest.java
280
final CountDownLatch
bindLatch
= new CountDownLatch(1);
286
bindLatch
.countDown();
297
bindLatch
.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS);
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
MbmsDownloadTestBase.java
172
final CountDownLatch
bindLatch
= new CountDownLatch(1);
178
bindLatch
.countDown();
189
bindLatch
.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS);
MbmsGroupCallTestBase.java
172
final CountDownLatch
bindLatch
= new CountDownLatch(1);
178
bindLatch
.countDown();
189
bindLatch
.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS);
MbmsStreamingTestBase.java
151
final CountDownLatch
bindLatch
= new CountDownLatch(1);
157
bindLatch
.countDown();
168
bindLatch
.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS);
Completed in 671 milliseconds