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

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

Completed in 25 milliseconds