Searched refs:waitForConnection (Results 1 – 5 of 5) sorted by relevance
68 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarTest80 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testCarConnection()112 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testConstructorWithICar()
94 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in setFixturesAndConnectToCar()146 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarApiTestBase.DefaultServiceConnectionListener
302 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in createCar()
509 Object waitForConnection = new Object(); in releaseRealCarService() local513 synchronized (waitForConnection) { in releaseRealCarService()514 waitForConnection.notify(); in releaseRealCarService()523 synchronized (waitForConnection) { in releaseRealCarService()525 waitForConnection.wait(DEFAULT_WAIT_TIMEOUT_MS); in releaseRealCarService()
64 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in connectToCarService()118 void waitForConnection(long timeoutMs) { in waitForConnection() method in E2eCarTestBase.CarConnectionListener