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.java96 private static final int CLICK_SEQUENCE = 51; field in MotionEventInjectorTest
230 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
232 verify(mServiceInterface).onPerformGestureResult(eq(CLICK_SEQUENCE), anyBoolean()); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
362 injectEventsSync(mClickList, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew()
389 injectEventsSync(mClickList, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()