Home
last modified time | relevance | path

Searched refs:waitForLatchCountDown (Results 1 – 6 of 6) 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
DSipDelegateManagerTest.java755 assertTrue(regImpl.waitForLatchCountDown(TestImsRegistration.LATCH_TRIGGER_DEREGISTRATION, in testCreateDelegateMessagingAppChangesToApp()
785 assertTrue(ifaces.reg.waitForLatchCountDown( in testCreateDelegateMessagingAppChangesAwayFromApp()
1855 assertTrue(regImpl.waitForLatchCountDown(TestImsRegistration.LATCH_UPDATE_REGISTRATION, in verifyUpdateRegistrationCalled()
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java129 boolean result = TestUtils.waitForLatchCountDown(mInCallServiceTrackingLatch); in waitOnInCallServiceTrackingChanged()
DCtsSelfManagedConnectionService.java211 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()
DCtsConnectionService.java360 return TestUtils.waitForLatchCountDown(sServiceUnBoundLatch); in waitForUnBinding()
DTestUtils.java525 public static boolean waitForLatchCountDown(CountDownLatch lock) { in waitForLatchCountDown() method in TestUtils
547 boolean success = waitForLatchCountDown(lock); in waitForLock()