Searched refs:expectedAction (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.cpp | 83 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()
|
D | FakeWindows.h | 81 void consumeEvent(android::InputEventType expectedEventType, int32_t expectedAction,
|
D | InputDispatcher_test.cpp | 9349 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/ |
D | SatelliteSOSMessageRecommenderTest.java | 207 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/ |
D | FullScreenMagnificationGestureHandlerTest.java | 1351 final int expectedAction = expectedActions.get(i); in assertActionsInOrder() local 1355 MotionEvent.actionToString(expectedAction), actualEvents), in assertActionsInOrder() 1356 actualAction == expectedAction); in assertActionsInOrder() local
|