HomeSort by relevance Sort by last modified time
    Searched defs:mSelectorAttributes (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 68 private SparseArray<Object> mSelectorAttributes = new SparseArray<Object>();
77 mSelectorAttributes = selector.cloneSelector().mSelectorAttributes;
85 ret.mSelectorAttributes = mSelectorAttributes.clone();
87 ret.mSelectorAttributes.put(SELECTOR_CHILD, new UiSelector(getChildSelector()));
89 ret.mSelectorAttributes.put(SELECTOR_PARENT, new UiSelector(getParentSelector()));
91 ret.mSelectorAttributes.put(SELECTOR_PATTERN, new UiSelector(getPatternSelector()));
591 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue);
593 selector.mSelectorAttributes.put(selectorId, selectorValue)
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 42 milliseconds