Home
last modified time | relevance | path

Searched refs:waitForLatchCountDown (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java271 return TestUtils.waitForLatchCountDown(sServiceUnBoundLatch); in waitForUnBinding()
DCtsSelfManagedConnectionService.java211 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()
DTestUtils.java437 public static boolean waitForLatchCountDown(CountDownLatch lock) { in waitForLatchCountDown() method in TestUtils
459 boolean success = waitForLatchCountDown(lock); in waitForLock()