Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DNullBindingTest.java78 assertTrue(TestUtils.waitForLatchCountDown(NullBindingConnectionService.sBindLatch)); in testNullBinding()
79 assertTrue(TestUtils.waitForLatchCountDown(NullBindingConnectionService.sUnbindLatch)); in testNullBinding()
DNullBindingCallScreeningServiceTest.java110 assertTrue(TestUtils.waitForLatchCountDown(NullBindingCallScreeningService.sBindLatch)); in assertBindLatchCountDown()
111 assertTrue(TestUtils.waitForLatchCountDown(NullBindingCallScreeningService.sUnbindLatch)); in assertBindLatchCountDown()
DSelfManagedConnection.java187 boolean result = TestUtils.waitForLatchCountDown(mInCallServiceTrackingLatch); in waitOnInCallServiceTrackingChanged()
DCallRedirectionServiceTest.java248 assertTrue(TestUtils.waitForLatchCountDown( in testServiceUnbindOnNullBinding()
250 assertTrue(TestUtils.waitForLatchCountDown( in testServiceUnbindOnNullBinding()
DCtsSelfManagedConnectionService.java209 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()
DCtsConnectionService.java351 return TestUtils.waitForLatchCountDown(latch); in waitForUnBinding()
DTestUtils.java663 public static boolean waitForLatchCountDown(CountDownLatch lock) { in waitForLatchCountDown() method in TestUtils
685 boolean success = waitForLatchCountDown(lock); in waitForLock()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsRegistration.java105 public boolean waitForLatchCountDown(int latchIndex, int timeoutMs) { in waitForLatchCountDown() method in TestImsRegistration
DImsServiceTestOnMockModem.java193 sServiceConnector.getCarrierService().getImsRegistration().waitForLatchCountDown( in testTriggerImsDeregistration()
DSipDelegateManagerTest.java1084 assertTrue(regImpl.waitForLatchCountDown(TestImsRegistration.LATCH_TRIGGER_DEREGISTRATION, in testCreateDelegateMessagingAppChangesToApp()
1114 assertTrue(ifaces.reg.waitForLatchCountDown( in testCreateDelegateMessagingAppChangesAwayFromApp()
2209 assertTrue(regImpl.waitForLatchCountDown(TestImsRegistration.LATCH_UPDATE_REGISTRATION, in verifyUpdateRegistrationCalled()