Home
last modified time | relevance | path

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

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java227 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_HVAC_TEST_JSON); in testHvacHardButtonOperations() local
262 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_INFO_TEST_JSON); in testStaticInfoOperations() local
325 List<CarPropertyValue> expectedEvents = getExpectedEvents(OUT_OF_ORDER_TEST_JSON); in testPropertyEventOutOfOrder() local
489 private void injectEventFromVehicleSide(List<CarPropertyValue> expectedEvents) in injectEventFromVehicleSide()
DVhalEventVerifier.java44 VhalEventVerifier(List<CarPropertyValue> expectedEvents) { in VhalEventVerifier()
DCarDiagnosticTest.java112 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_DIAGNOSTIC_TEST_JSON); in testDiagnosticEvents() local
/packages/services/Car/tests/CarHiddenApiTest/src/android/car/hiddenapitest/
DCarUserManagerLifeCycleTest.java102 List<UserLifecycleEvent> expectedEvents = startListener.waitForEvents(); in testLifecycleListener() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/integrationtest/events/
DEventsRule.kt41 private val expectedEvents: ArrayDeque<EventWaiter> = ArrayDeque() in <lambda>() constant in com.android.launcher3.celllayout.integrationtest.events.EventsRule
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DRetryLaunchViewModelTest.java148 ViewModelEvent... expectedEvents) { in pollForEvents()