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.java68 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarTest
80 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testCarConnection()
112 waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in testConstructorWithICar()
DCarApiTestBase.java94 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in setFixturesAndConnectToCar()
146 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() method in CarApiTestBase.DefaultServiceConnectionListener
DCarAppFocusManagerTest.java302 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in createCar()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java509 Object waitForConnection = new Object(); in releaseRealCarService() local
513 synchronized (waitForConnection) { in releaseRealCarService()
514 waitForConnection.notify(); in releaseRealCarService()
523 synchronized (waitForConnection) { in releaseRealCarService()
525 waitForConnection.wait(DEFAULT_WAIT_TIMEOUT_MS); in releaseRealCarService()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2eCarTestBase.java64 mConnectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS); in connectToCarService()
118 void waitForConnection(long timeoutMs) { in waitForConnection() method in E2eCarTestBase.CarConnectionListener