Searched refs:getExpectedEvents (Results 1 – 4 of 4) sorted by relevance
64 Events getExpectedEvents(const Events &events) const { in getExpectedEvents() function in android::SensorEventQueueTest77 Events expected = getExpectedEvents(events); in runFilterTest()
166 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_HVAC_TEST_JSON); in testHvacHardButtonOperations()167 List<CarPropertyValue> expectedSetEvents = getExpectedEvents(CAR_HVAC_TEST_SET_JSON); in testHvacHardButtonOperations()215 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_INFO_TEST_JSON); in testStaticInfoOperations()274 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_PROPERTY_TEST_JSON); in testPropertyEventOutOfOrder()
85 protected List<CarPropertyValue> getExpectedEvents(String fileName) in getExpectedEvents() method in E2eCarTestBase
97 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_DIAGNOSTIC_TEST_JSON); in testDiagnosticEvents()