Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiSelector.java588 private UiSelector buildSelector(int selectorId, Object selectorValue) { in buildSelector() argument
590 if (selectorId == SELECTOR_CHILD || selectorId == SELECTOR_PARENT) in buildSelector()
591 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()
593 selector.mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()