Home
last modified time | relevance | path

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

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