Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java483 CarDiagnosticEvent liveFrame = listener.waitForEvent(time); in testLiveFrameEvent()
502 CarDiagnosticEvent liveFrame = listener.waitForEvent(); in testMissingSensorRead()
536 CarDiagnosticEvent liveFrame = listener.waitForEvent(); in testFuelSystemStatus()
563 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testSecondaryAirStatus()
599 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testIgnitionMonitors()
641 liveFrame = listener.waitForEvent(timestamp); in testIgnitionMonitors()
687 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testFuelType()
710 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testDiagnosticJson()
765 CarDiagnosticEvent event1 = listener1.waitForEvent(time); in testMultipleListeners()
767 CarDiagnosticEvent event2 = listener2.waitForEvent(time); in testMultipleListeners()
[all …]
DCarStorageMonitoringTest.java626 assertTrue(listener1.waitForEvent(eventDeliveryDeadline)); in testEventDelivery()
627 assertTrue(listener2.waitForEvent(eventDeliveryDeadline)); in testEventDelivery()
638 assertFalse(listener1.waitForEvent(eventDeliveryDeadline)); in testEventDelivery()
639 assertTrue(listener2.waitForEvent(eventDeliveryDeadline)); in testEventDelivery()
707 assertFalse(listener.waitForEvent(eventDeliveryDeadline)); in testZeroWindowDisablesCollection()
750 boolean waitForEvent(Duration duration) { in waitForEvent() method in CarStorageMonitoringTest.Listener
/packages/services/Car/tests/CarLibUnitTest/src/android/car/
DCarUnitTest.java191 void waitForEvent(int count, int timeoutInMs) throws InterruptedException { in waitForEvent() method in CarUnitTest.LifecycleListener
537 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_WaitForever_Lclistener_ConnectCrashRestart()
542 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_WaitForever_Lclistener_ConnectCrashRestart()
549 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_WaitForever_Lclistener_ConnectCrashRestart()
583 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_WaitForever_Lclistener_ManagerNotTheSameAfterReconnect()
589 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_WaitForever_Lclistener_ManagerNotTheSameAfterReconnect()
595 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_WaitForever_Lclistener_ManagerNotTheSameAfterReconnect()
614 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_DoNotWait_CarServiceRegistered()
626 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_DoNotWait_CarServiceCrash_Restore()
632 mLifecycleListener.waitForEvent(1, DEFAULT_TIMEOUT_MS); in testCreateCar_Context_DoNotWait_CarServiceCrash_Restore()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java362 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testOnEvent()
911 assertThat(spiedStreamCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testStartAndStopActivity()
1060 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1066 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1072 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1078 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1084 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1090 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1096 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
1102 assertThat(spiedCallback.waitForEvent(SERVICE_TYPE_REARVIEW, in testHalEvents()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java101 listener.waitForEvent(); in waitForNavFocusChangeAndAssert()
174 public void waitForEvent() throws Exception { in waitForEvent() method in AppFocusServiceTest.AppFocusChangedListener
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java332 assertThat(cb.waitForEvent(PROP_CHANGE_TIMEOUT_MS)).isTrue(); in testPropertyEventOutOfOrder()
480 public boolean waitForEvent(long timeout) { in waitForEvent() method in CarPropertyTest.GearEventTestCallback