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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java45 private final QueryController mQueryController;
50 mQueryController = new QueryController(this);
57 QueryController getQueryController() {
H A DQueryController.java26 * The QueryController main purpose is to translate a {@link UiSelector} selectors to
29 class QueryController { class
31 private static final String LOG_TAG = QueryController.class.getSimpleName();
56 public QueryController(UiAutomatorBridge bridge) { method in class:QueryController
H A DUiObject.java97 * Retrieves the {@link QueryController} to translate a {@link UiSelector} selector
100 * @return {@link QueryController}
102 QueryController getQueryController() {

Completed in 78 milliseconds