Searched defs:expectedEvents (Results 1 – 5 of 5) sorted by relevance
227 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_HVAC_TEST_JSON); in testHvacHardButtonOperations() local262 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_INFO_TEST_JSON); in testStaticInfoOperations() local325 List<CarPropertyValue> expectedEvents = getExpectedEvents(OUT_OF_ORDER_TEST_JSON); in testPropertyEventOutOfOrder() local489 private void injectEventFromVehicleSide(List<CarPropertyValue> expectedEvents) in injectEventFromVehicleSide()
44 VhalEventVerifier(List<CarPropertyValue> expectedEvents) { in VhalEventVerifier()
112 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_DIAGNOSTIC_TEST_JSON); in testDiagnosticEvents() local
102 List<UserLifecycleEvent> expectedEvents = startListener.waitForEvents(); in testLifecycleListener() local
148 ViewModelEvent... expectedEvents) { in pollForEvents()