Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceConnectionHandler.java99 public void waitForDisconnect() { in waitForDisconnect() method in ServiceConnectionHandler
100 waitForDisconnect(mDefaultWaitTime); in waitForDisconnect()
103 public void waitForDisconnect(long timeout) { in waitForDisconnect() method in ServiceConnectionHandler
174 waitForDisconnect(timeout); in unbind()
/cts/tests/tests/media/src/android/media/cts/
DMediaSession2TestBase.java70 void waitForDisconnect(boolean expect) throws InterruptedException; in waitForDisconnect() method
145 public static void waitForDisconnect(MediaController2 controller, boolean expected) in waitForDisconnect() method in MediaSession2TestBase
147 getWaitForConnectionInterface(controller).waitForDisconnect(expected); in waitForDisconnect()
194 public void waitForDisconnect(boolean expect) throws InterruptedException { in waitForDisconnect() method in MediaSession2TestBase.TestControllerCallback
DMediaController2Test.java647 waitForDisconnect(controller, true); in testControllerCallback_sessionRejects()
655 waitForDisconnect(mController, true); in testControllerCallback_releaseSession()
661 waitForDisconnect(mController, true); in testControllerCallback_release()
1067 waitForDisconnect(mController, true); in testControllerAfterSessionIsGone()
DMediaBrowser2Test.java514 public void waitForDisconnect(boolean expect) throws InterruptedException { in waitForDisconnect() method in MediaBrowser2Test.TestBrowserCallback
DMediaSession2Test.java656 waitForDisconnect(controller, true); in testOnConnectCallback()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java461 conn.waitForDisconnect(); in testBackgroundCheckService()
503 conn.waitForDisconnect(); in testBackgroundCheckService()
669 conn.waitForDisconnect(); in testBackgroundCheckStopsService()
670 conn2.waitForDisconnect(); in testBackgroundCheckStopsService()
764 conn.waitForDisconnect(); in testBackgroundCheckBroadcastService()
816 conn.waitForDisconnect(); in testBackgroundCheckBroadcastService()
877 conn.waitForDisconnect(); in testBackgroundCheckActivityService()
892 conn.waitForDisconnect(); in testBackgroundCheckActivityService()
957 conn.waitForDisconnect(); in testForegroundServiceAppOp()
985 conn.waitForDisconnect(); in testForegroundServiceAppOp()
[all …]