OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForLatchCountDown
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
CtsConnectionService.java
214
return TestUtils.
waitForLatchCountDown
(sServiceUnBoundLatch);
CtsSelfManagedConnectionService.java
211
return TestUtils.
waitForLatchCountDown
(sBindingLock);
TestUtils.java
367
public static boolean
waitForLatchCountDown
(CountDownLatch lock) {
389
boolean success =
waitForLatchCountDown
(lock);
Completed in 157 milliseconds