Searched refs:mGestureDispatchCallback (Results 1 – 1 of 1) sorted by relevance
118 @Mock AccessibilityService.GestureResultCallback mGestureDispatchCallback; field in AccessibilityGestureDetectorTest395 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()