Searched refs:runAndWaitForEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java193 private boolean runAndWaitForEvent(Runnable command, long timeout, int eventType) { method in class:InteractionController
286 return runAndWaitForEvent(command, timeout, eventType);
394 return runAndWaitForEvent(command, DEFAULT_SCROLL_EVENT_TIMEOUT_MILLIS,

Completed in 48 milliseconds