Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubMotionInterceptingAccessibilityService.java110 public void injectAndAwaitMotionEvent(UiAutomation uiAutomation, int source, long timeoutMs) { in injectAndAwaitMotionEvent() method in StubMotionInterceptingAccessibilityService
DAccessibilityEndToEndTest.java2026 service.injectAndAwaitMotionEvent(sUiAutomation, interestedSource, in testOnMotionEvent_interceptsEventFromRequestedSource_SetAndUnset()
2038 () -> service.injectAndAwaitMotionEvent(sUiAutomation, interestedSource, in testOnMotionEvent_interceptsEventFromRequestedSource_SetAndUnset()
2056 () -> service.injectAndAwaitMotionEvent(sUiAutomation, actualSource, in testOnMotionEvent_ignoresEventFromDifferentSource()
2075 () -> motionInterceptingService.injectAndAwaitMotionEvent( in testOnMotionEvent_ignoresTouchscreenEventWhenTouchExplorationEnabled()