Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java2049 final int actualSource = InputDevice.SOURCE_ROTARY_ENCODER; in testOnMotionEvent_ignoresEventFromDifferentSource() local
2055 assertThrows("Expected no event from source " + actualSource, AssertionError.class, in testOnMotionEvent_ignoresEventFromDifferentSource()
2056 () -> service.injectAndAwaitMotionEvent(sUiAutomation, actualSource, in testOnMotionEvent_ignoresEventFromDifferentSource()