Searched refs:waitForUpdate (Results 1 – 9 of 9) sorted by relevance
60 public boolean waitForUpdate(int lock) {61 return CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(lock);
51 public boolean waitForUpdate(int lock) { in waitForUpdate() method in ConnectionServiceCallController52 return CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(lock); in waitForUpdate()
26 boolean waitForUpdate(int lock); in waitForUpdate() method
111 boolean update = waitForUpdate(); in handleMessage()188 private boolean waitForUpdate() throws InterruptedException { in waitForUpdate() method in SimpleAppWidgetHostService
439 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()1130 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()1149 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()1162 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()1186 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testRingCallLimitForOnePhoneAccount()1220 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testCallLimit()1296 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingNewOutgoingCall()1324 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingIncomingCall()
199 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
249 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
810 TestCase.assertTrue(connectionService.waitForUpdate( in waitForAndGetConnection()
2246 public synchronized boolean waitForUpdate() { in testPauseResumeTimers() method in WebViewTest.Monitor2276 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()2284 assertFalse(monitor.waitForUpdate()); in testPauseResumeTimers()2288 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()