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.java585 private UiSelector buildSelector(int selectorId, Object selectorValue) { in buildSelector() argument
587 if (selectorId == SELECTOR_CHILD || selectorId == SELECTOR_PARENT) in buildSelector()
588 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()
590 selector.mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()