Searched refs:waitForConnect (Results 1 – 6 of 6) sorted by relevance
74 public void waitForConnect() { in waitForConnect() method in ServiceConnectionHandler75 waitForConnect(mDefaultWaitTime); in waitForConnect()78 public void waitForConnect(long timeout) { in waitForConnect() method in ServiceConnectionHandler155 waitForConnect(timeout); in bind()
69 void waitForConnect(boolean expect) throws InterruptedException; in waitForConnect() method111 boolean waitForConnect, @Nullable ControllerCallback callback) in createController() argument120 if (waitForConnect) { in createController()121 waitForConnect(controller, true); in createController()140 public static void waitForConnect(MediaController2 controller, boolean expected) in waitForConnect() method in MediaSession2TestBase142 getWaitForConnectionInterface(controller).waitForConnect(expected); in waitForConnect()185 public void waitForConnect(boolean expect) throws InterruptedException { in waitForConnect() method in MediaSession2TestBase.TestControllerCallback
505 public void waitForConnect(boolean expect) throws InterruptedException { in waitForConnect() method in MediaBrowser2Test.TestBrowserCallback
655 waitForConnect(controller, false); in testOnConnectCallback()
646 waitForConnect(controller, false); in testControllerCallback_sessionRejects()
452 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 …]