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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java53 * The InteractionController performs no synchronization. It will fire touch and text input events
57 class InteractionController { class
59 private static final String LOG_TAG = InteractionController.class.getSimpleName();
78 public InteractionController(UiAutomatorBridge bridge) { method in class:InteractionController

Completed in 37 milliseconds