Searched refs:waitForConnection (Results 1 – 5 of 5) sorted by relevance
65 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarTest77 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testCarConnection()109 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testConstructorWithICar()
92 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in setFixturesAndConnectToCar()130 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarApiTestBase.DefaultServiceConnectionListener
268 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in createCar()
350 Object waitForConnection = new Object(); in releaseRealCarService() local354 synchronized (waitForConnection) { in releaseRealCarService()355 waitForConnection.notify(); in releaseRealCarService()364 synchronized (waitForConnection) { in releaseRealCarService()366 waitForConnection.wait(DEFAULT_WAIT_TIMEOUT_MS); in releaseRealCarService()
71 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in connectToCarService()125 void waitForConnection(long timeoutMs) { in waitForConnection() method in E2eCarTestBase.CarConnectionListener