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.java104 @Mock AccessibilityService.GestureResultCallback mGestureDispatchCallback; field in AccessibilityGestureDetectorTest
383 mService.dispatchGesture(gesture, mGestureDispatchCallback, null)); in testGesture()
384 verify(mGestureDispatchCallback, timeout(GESTURE_DISPATCH_TIMEOUT_MS).atLeastOnce()) in testGesture()
500 mService.dispatchGesture(gesture, mGestureDispatchCallback, null)); in testDispatchGesture_privateDisplay_gestureCancelled()
501 verify(mGestureDispatchCallback, timeout(GESTURE_DISPATCH_TIMEOUT_MS).atLeastOnce()) in testDispatchGesture_privateDisplay_gestureCancelled()
510 () -> mService.dispatchGesture(gesture, mGestureDispatchCallback, null)); in assertEventAfterGesture()
511 verify(mGestureDispatchCallback, timeout(EVENT_DISPATCH_TIMEOUT_MS).atLeastOnce()) in assertEventAfterGesture()