Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java45 private final QueryController mQueryController;
50 mQueryController = new QueryController(this); in UiAutomatorBridge()
57 QueryController getQueryController() { in getQueryController()
DQueryController.java29 class QueryController { class
31 private static final String LOG_TAG = QueryController.class.getSimpleName();
56 public QueryController(UiAutomatorBridge bridge) { in QueryController() method in QueryController
DUiObject.java99 QueryController getQueryController() { in getQueryController()