Home
last modified time | relevance | path

Searched defs:waitForUpdate (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl26 boolean waitForUpdate(int lock); in waitForUpdate() method
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java51 public boolean waitForUpdate(int lock) { in waitForUpdate() method in ConnectionServiceCallController
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsSelfManagedConnectionService.java199 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java188 private boolean waitForUpdate() throws InterruptedException { in waitForUpdate() method in SimpleAppWidgetHostService
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2246 public synchronized boolean waitForUpdate() { in testPauseResumeTimers() method in WebViewTest.Monitor