Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java118 @Mock AccessibilityService.GestureResultCallback mGestureDispatchCallback; field in AccessibilityGestureDetectorTest
395 mService.dispatchGesture(gesture, mGestureDispatchCallback, null)); in testGesture()
396 verify(mGestureDispatchCallback, timeout(GESTURE_DISPATCH_TIMEOUT_MS).atLeastOnce()) in testGesture()
521 mService.dispatchGesture(gesture, mGestureDispatchCallback, null)); in testDispatchGesture_privateDisplay_gestureCancelled()
522 verify(mGestureDispatchCallback, timeout(GESTURE_DISPATCH_TIMEOUT_MS).atLeastOnce()) in testDispatchGesture_privateDisplay_gestureCancelled()
531 () -> mService.dispatchGesture(gesture, mGestureDispatchCallback, null)); in assertEventAfterGesture()
532 verify(mGestureDispatchCallback, timeout(EVENT_DISPATCH_TIMEOUT_MS).atLeastOnce()) in assertEventAfterGesture()