Home
last modified time | relevance | path

Searched refs:expectedAction (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp83 void FakeInputReceiver::consumeEvent(InputEventType expectedEventType, int32_t expectedAction, in consumeEvent() argument
100 ASSERT_THAT(keyEvent, WithKeyAction(expectedAction)); in consumeEvent()
108 ASSERT_THAT(motionEvent, WithMotionAction(expectedAction)); in consumeEvent()
DFakeWindows.h81 void consumeEvent(android::InputEventType expectedEventType, int32_t expectedAction,
DInputDispatcher_test.cpp9349 void consumeMotionEvent(const sp<FakeWindowHandle>& window, int32_t expectedAction, in consumeMotionEvent() argument
9353 window->consumeMotionEvent(WithMotionAction(expectedAction)); in consumeMotionEvent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java207 String expectedPackageName, String expectedClassName, String expectedAction) { in testTimeoutBeforeEmergencyCallEnd() argument
231 expectedHandoverType, expectedPackageName, expectedClassName, expectedAction)); in testTimeoutBeforeEmergencyCallEnd()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java1351 final int expectedAction = expectedActions.get(i); in assertActionsInOrder() local
1355 MotionEvent.actionToString(expectedAction), actualEvents), in assertActionsInOrder()
1356 actualAction == expectedAction); in assertActionsInOrder() local