Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceConnectionHandler.java74 public void waitForConnect() { in waitForConnect() method in ServiceConnectionHandler
75 waitForConnect(mDefaultWaitTime); in waitForConnect()
78 public void waitForConnect(long timeout) { in waitForConnect() method in ServiceConnectionHandler
155 waitForConnect(timeout); in bind()
/cts/tests/tests/media/src/android/media/cts/
DMediaSession2TestBase.java69 void waitForConnect(boolean expect) throws InterruptedException; in waitForConnect() method
111 boolean waitForConnect, @Nullable ControllerCallback callback) in createController() argument
120 if (waitForConnect) { in createController()
121 waitForConnect(controller, true); in createController()
140 public static void waitForConnect(MediaController2 controller, boolean expected) in waitForConnect() method in MediaSession2TestBase
142 getWaitForConnectionInterface(controller).waitForConnect(expected); in waitForConnect()
185 public void waitForConnect(boolean expect) throws InterruptedException { in waitForConnect() method in MediaSession2TestBase.TestControllerCallback
DMediaBrowser2Test.java505 public void waitForConnect(boolean expect) throws InterruptedException { in waitForConnect() method in MediaBrowser2Test.TestBrowserCallback
DMediaSession2Test.java655 waitForConnect(controller, false); in testOnConnectCallback()
DMediaController2Test.java646 waitForConnect(controller, false); in testControllerCallback_sessionRejects()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java452 conn.waitForConnect(); in testBackgroundCheckService()
496 conn.waitForConnect(); in testBackgroundCheckService()
621 conn2.waitForConnect(); in testBackgroundCheckStopsService()
648 conn.waitForConnect(); in testBackgroundCheckStopsService()
656 conn2.waitForConnect(); in testBackgroundCheckStopsService()
754 conn.waitForConnect(); in testBackgroundCheckBroadcastService()
808 conn.waitForConnect(); in testBackgroundCheckBroadcastService()
865 conn.waitForConnect(); in testBackgroundCheckActivityService()
884 conn.waitForConnect(); in testBackgroundCheckActivityService()
943 conn.waitForConnect(); in testForegroundServiceAppOp()
[all …]