Searched refs:waitForConnection (Results 1 – 5 of 5) sorted by relevance
69 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarTest81 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testCarConnection()113 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testConstructorWithICar()
98 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in setFixturesAndConnectToCar()161 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarApiTestBase.DefaultServiceConnectionListener
284 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in createCar()
67 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in connectToCarService()147 void waitForConnection(long timeoutMs) { in waitForConnection() method in E2eCarTestBase.CarConnectionListener
603 Object waitForConnection = new Object(); in releaseRealCarService() local607 synchronized (waitForConnection) { in releaseRealCarService()608 waitForConnection.notifyAll(); in releaseRealCarService()617 synchronized (waitForConnection) { in releaseRealCarService()622 waitForConnection.wait(deadlineMs - nowMs); in releaseRealCarService()