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.java47 class InteractionController { class
49 private static final String LOG_TAG = InteractionController.class.getSimpleName();
65 public InteractionController(UiAutomatorBridge bridge) { in InteractionController() method in InteractionController
DUiObject.java112 InteractionController getInteractionController() { in getInteractionController()