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.java290 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
515 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
532 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
544 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
568 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testRingCallLimitForOnePhoneAccount()
601 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testCallLimit()
640 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in DONOTtestEmergencyCallOngoing()
DCtsSelfManagedConnectionService.java201 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
DConnectionServiceTest.java216 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTestUtils.java472 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.java2237 public synchronized boolean waitForUpdate() { in testPauseResumeTimers() method in WebViewTest.Monitor
2266 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()
2272 assertFalse(monitor.waitForUpdate()); in testPauseResumeTimers()
2276 assertTrue(monitor.waitForUpdate()); in testPauseResumeTimers()