Home
last modified time | relevance | path

Searched refs:waitForConnection (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarTest.java65 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarTest
77 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testCarConnection()
109 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testConstructorWithICar()
DCarApiTestBase.java92 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in setFixturesAndConnectToCar()
130 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarApiTestBase.DefaultServiceConnectionListener
DCarAppFocusManagerTest.java268 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in createCar()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java350 Object waitForConnection = new Object(); in releaseRealCarService() local
354 synchronized (waitForConnection) { in releaseRealCarService()
355 waitForConnection.notify(); in releaseRealCarService()
364 synchronized (waitForConnection) { in releaseRealCarService()
366 waitForConnection.wait(DEFAULT_WAIT_TIMEOUT_MS); in releaseRealCarService()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2eCarTestBase.java71 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in connectToCarService()
125 void waitForConnection(long timeoutMs) { in waitForConnection() method in E2eCarTestBase.CarConnectionListener