Home
last modified time | relevance | path

Searched defs:expectedEvents (Results 1 – 5 of 5) 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/android_car_api_test/src/android/car/apitest/
DCarUserManagerLifeCycleTest.java102 List<UserLifecycleEvent> expectedEvents = startListener.waitForEvents(); in testLifecycleListener() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DRetryLaunchViewModelTest.java148 ViewModelEvent... expectedEvents) { in pollForEvents()