OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runAndWaitForEvents
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java
157
private AccessibilityEvent
runAndWaitForEvents
(Runnable command,
204
return
runAndWaitForEvents
(command, new WaitForAnyEventPredicate(eventType), timeout)
240
return
runAndWaitForEvents
(clickRunnable(x, y), new WaitForAnyEventPredicate(
258
return
runAndWaitForEvents
(clickRunnable(x, y), new WaitForAllEventPredicate(
264
* Returns a Runnable for use in {@link #
runAndWaitForEvents
(Runnable, Predicate, long) to
363
runAndWaitForEvents
(command,
/prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar
Completed in 187 milliseconds