Home
last modified time | relevance | path

Searched defs:waitForLatchCountDown (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsRegistration.java78 public boolean waitForLatchCountDown(int latchIndex, int timeoutMs) { in waitForLatchCountDown() method in TestImsRegistration
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java525 public static boolean waitForLatchCountDown(CountDownLatch lock) { in waitForLatchCountDown() method in TestUtils