Home
last modified time | relevance | path

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

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