Home
last modified time | relevance | path

Searched refs:InteractionController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java43 private final InteractionController mInteractionController;
49 mInteractionController = new InteractionController(this); in UiAutomatorBridge()
53 InteractionController getInteractionController() { in getInteractionController()
DInteractionController.java49 class InteractionController { class
51 private static final String LOG_TAG = InteractionController.class.getSimpleName();
67 public InteractionController(UiAutomatorBridge bridge) { in InteractionController() method in InteractionController
DUiObject.java109 InteractionController getInteractionController() { in getInteractionController()