Searched refs:waitForLatchCountDown (Results 1 – 10 of 10) sorted by relevance
78 assertTrue(TestUtils.waitForLatchCountDown(NullBindingConnectionService.sBindLatch)); in testNullBinding()79 assertTrue(TestUtils.waitForLatchCountDown(NullBindingConnectionService.sUnbindLatch)); in testNullBinding()
110 assertTrue(TestUtils.waitForLatchCountDown(NullBindingCallScreeningService.sBindLatch)); in assertBindLatchCountDown()111 assertTrue(TestUtils.waitForLatchCountDown(NullBindingCallScreeningService.sUnbindLatch)); in assertBindLatchCountDown()
187 boolean result = TestUtils.waitForLatchCountDown(mInCallServiceTrackingLatch); in waitOnInCallServiceTrackingChanged()
248 assertTrue(TestUtils.waitForLatchCountDown( in testServiceUnbindOnNullBinding()250 assertTrue(TestUtils.waitForLatchCountDown( in testServiceUnbindOnNullBinding()
209 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()
351 return TestUtils.waitForLatchCountDown(latch); in waitForUnBinding()
663 public static boolean waitForLatchCountDown(CountDownLatch lock) { in waitForLatchCountDown() method in TestUtils685 boolean success = waitForLatchCountDown(lock); in waitForLock()
105 public boolean waitForLatchCountDown(int latchIndex, int timeoutMs) { in waitForLatchCountDown() method in TestImsRegistration
193 sServiceConnector.getCarrierService().getImsRegistration().waitForLatchCountDown( in testTriggerImsDeregistration()
1084 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()