Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java43 private final InteractionController mInteractionController; field in UiAutomatorBridge
49 mInteractionController = new InteractionController(this); in UiAutomatorBridge()
54 return mInteractionController; in getInteractionController()