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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java163 * @param waitForAll boolean to indicate whether to wait for any or all events
168 boolean waitForAll, int eventTypes) {
170 Boolean.toString(waitForAll), eventTypes);
183 return runAndWaitForEvents(command, timeout, waitForAll, eventTypes);
203 * @param waitForAll boolean to indicate whether to wait for any or all events
207 private boolean runAndWaitForEvents(Runnable command, long timeout, final boolean waitForAll, argument
222 if (!waitForAll)
167 clickAndWaitForEvents(final int x, final int y, long timeout, boolean waitForAll, int eventTypes) argument

Completed in 35 milliseconds