Home
last modified time | relevance | path

Searched refs:getExpectedEvents (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/sensor/tests/
H A DSensorEventQueue_test.cpp64 Events getExpectedEvents(const Events &events) const { in getExpectedEvents() function in android::SensorEventQueueTest
77 Events expected = getExpectedEvents(events); in runFilterTest()
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DCarPropertyTest.java166 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()
H A DE2eCarTestBase.java85 protected List<CarPropertyValue> getExpectedEvents(String fileName) in getExpectedEvents() method in E2eCarTestBase
H A DCarDiagnosticTest.java97 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_DIAGNOSTIC_TEST_JSON); in testDiagnosticEvents()