Searched defs:QueryController (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
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
/frameworks/uiautomator/src/com/android/uiautomator/core/
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

Completed in 219 milliseconds