Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java60 public boolean waitForUpdate(int lock) {
61 return CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(lock);
DConnectionServiceCallController.java51 public boolean waitForUpdate(int lock) { in waitForUpdate() method in ConnectionServiceCallController
52 return CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(lock); in waitForUpdate()
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl26 boolean waitForUpdate(int lock); in waitForUpdate() method
/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/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java439 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()
DCtsSelfManagedConnectionService.java199 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
DConnectionServiceTest.java249 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTestUtils.java810 TestCase.assertTrue(connectionService.waitForUpdate( in waitForAndGetConnection()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2246 public synchronized boolean waitForUpdate() { in testPauseResumeTimers() method in WebViewTest.Monitor
2276 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()
2284 assertFalse(monitor.waitForUpdate()); in testPauseResumeTimers()
2288 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()