Searched defs:WaitForAnyEventPredicate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java72 class WaitForAnyEventPredicate implements AccessibilityEventFilter { class in class:InteractionController
74 WaitForAnyEventPredicate(int mask) { method in class:InteractionController.WaitForAnyEventPredicate
202 return runAndWaitForEvents(command, new WaitForAnyEventPredicate(eventType), timeout)
238 return runAndWaitForEvents(clickRunnable(x, y), new WaitForAnyEventPredicate(

Completed in 75 milliseconds