Home
last modified time | relevance | path

Searched defs:waitForEvent (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java174 public void waitForEvent() throws Exception { in waitForEvent() method in AppFocusServiceTest.AppFocusChangedListener
/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/
DCarDiagnosticManagerTest.java995 CarDiagnosticEvent waitForEvent() { in waitForEvent() method in CarDiagnosticManagerTest.Listener
1000 CarDiagnosticEvent waitForEvent(long eventTimeStamp) { in waitForEvent() method in CarDiagnosticManagerTest.Listener
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java480 public boolean waitForEvent(long timeout) { in waitForEvent() method in CarPropertyTest.GearEventTestCallback
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java1766 public boolean waitForEvent(int from, int expected) { in waitForEvent() method in CarEvsServiceUnitTest.EvsStreamCallbackImpl
1770 public boolean waitForEvent(int from, int expected, int timeout) { in waitForEvent() method in CarEvsServiceUnitTest.EvsStreamCallbackImpl
/packages/services/Car/tests/CarServiceTest/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java747 boolean waitForEvent(Duration duration) { in waitForEvent() method in CarStorageMonitoringTest.Listener
/packages/services/Car/tests/CarLibUnitTest/src/android/car/
DCarUnitTest.java216 void waitForEvent(int count, int timeoutInMs) throws InterruptedException { in waitForEvent() method in CarUnitTest.LifecycleListener