Home
last modified time | relevance | path

Searched defs:expectedEvents (Results 1 – 10 of 10) sorted by relevance

/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() local
215 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_INFO_TEST_JSON); in testStaticInfoOperations() local
274 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_PROPERTY_TEST_JSON); in testPropertyEventOutOfOrder() local
366 private void injectEventFromVehicleSide(List<CarPropertyValue> expectedEvents, in injectEventFromVehicleSide()
H A DVhalEventVerifier.java51 VhalEventVerifier(List<CarPropertyValue> expectedEvents) { in VhalEventVerifier()
H A DCarDiagnosticTest.java97 List<CarPropertyValue> expectedEvents = getExpectedEvents(CAR_DIAGNOSTIC_TEST_JSON); in testDiagnosticEvents() local
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarUserManagerLifeCycleTest.java122 List<UserLifecycleEvent> expectedEvents = startListener.waitForEvents(); in testLifecycleListener() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h114 bool waitForExpectedEvents(size_t expectedEvents) { in waitForExpectedEvents()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationGesturesObserverTest.java152 MotionEvent... expectedEvents) { in verifyCacheMotionEvents()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DEventHub_test.cpp101 std::vector<RawEvent> EventHubTest::getEvents(std::optional<size_t> expectedEvents) { in getEvents()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp61 bool waitForExpectedEvents(size_t expectedEvents) { in waitForExpectedEvents()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java242 LongArrayQueue expectedEvents = new LongArrayQueue(); in testDeleteObsoleteEventsLocked() local
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWorkspace.java288 @Nullable Runnable expectedEvents) { in dropDraggedIcon()