Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DInteractionController.java97 static class WaitForAnyEventPredicate implements AccessibilityEventFilter { class in InteractionController
99 WaitForAnyEventPredicate(int mask) { in WaitForAnyEventPredicate() method in InteractionController.WaitForAnyEventPredicate
186 return runAndWaitForEvents(command, new WaitForAnyEventPredicate(eventType), timeout) in sendKeyAndWaitForEvent()
215 return runAndWaitForEvents(() -> clickNoSync(x, y), new WaitForAnyEventPredicate( in clickAndSync()
260 return runAndWaitForEvents(() -> longTapNoSync(x, y), new WaitForAnyEventPredicate( in longTapAndSync()