Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java101 private static final int CLICK_SEQUENCE = 51; field in MotionEventInjectorTest
248 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
250 verify(mServiceInterface).onPerformGestureResult(eq(CLICK_SEQUENCE), anyBoolean()); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
384 injectEventsSync(mClickList, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew()
411 injectEventsSync(mClickList, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()