Searched defs:expectedEvents (Results 1 – 6 of 6) 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
41 private val expectedEvents: ArrayDeque<EventWaiter> = ArrayDeque() in <lambda>() constant in com.android.launcher3.celllayout.integrationtest.events.EventsRule
148 ViewModelEvent... expectedEvents) { in pollForEvents()