Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
H A DICtsSelfManagedConnectionServiceControl.aidl26 boolean waitForUpdate(int lock); in waitForUpdate() method
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
H A DConnectionServiceCallController.java51 public boolean waitForUpdate(int lock) { in waitForUpdate() method in ConnectionServiceCallController
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DCtsSelfManagedConnectionService.java199 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
H A DSimpleAppWidgetHostService.java188 private boolean waitForUpdate() throws InterruptedException { in waitForUpdate() method in SimpleAppWidgetHostService
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java190 public void waitForUpdate() { in waitForUpdate() method in InCallServiceFixture
/aosp_15_r20/cts/tests/tests/webkit/src/android/webkit/cts/
H A DWebViewTest.java2242 public synchronized boolean waitForUpdate() { in testPauseResumeTimers() method in WebViewTest.Monitor