Home
last modified time | relevance | path

Searched refs:waitForUpdate (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java291 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
516 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
533 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
545 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
569 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testRingCallLimitForOnePhoneAccount()
601 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testCallLimit()
673 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingNewOutgoingCall()
700 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingIncomingCall()
DCtsSelfManagedConnectionService.java201 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
DConnectionServiceTest.java230 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTestUtils.java542 TestCase.assertTrue(connectionService.waitForUpdate( in waitForAndGetConnection()
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java111 boolean update = waitForUpdate(); in handleMessage()
188 private boolean waitForUpdate() throws InterruptedException { in waitForUpdate() method in SimpleAppWidgetHostService
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2241 public synchronized boolean waitForUpdate() { in testPauseResumeTimers() method in WebViewTest.Monitor
2270 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()
2276 assertFalse(monitor.waitForUpdate()); in testPauseResumeTimers()
2280 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()