Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DInteractionController.java143 private AccessibilityEvent runAndWaitForEvents(Runnable command, in runAndWaitForEvents() argument
147 return getUiAutomation().executeAndWaitForEvent(command, filter, timeout); in runAndWaitForEvents()
173 Runnable command = () -> { in sendKeyAndWaitForEvent() local
186 return runAndWaitForEvents(command, new WaitForAnyEventPredicate(eventType), timeout) in sendKeyAndWaitForEvent()
296 Runnable command = () -> swipe(downX, downY, upX, upY, steps); in scrollSwipe() local
308 runAndWaitForEvents(command, in scrollSwipe()