Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java625 IAccessibilityServiceClient otherService = mock(IAccessibilityServiceClient.class); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled() local
628 injectEventsSync(mContinuedLineList2, otherService, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled()
631 verify(otherService).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, false); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled()