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

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 65 private SparseArray<Object> mSelectorAttributes = new SparseArray<Object>();
74 mSelectorAttributes = selector.cloneSelector().mSelectorAttributes;
82 ret.mSelectorAttributes = mSelectorAttributes.clone();
84 ret.mSelectorAttributes.put(SELECTOR_CHILD, new UiSelector(getChildSelector()));
86 ret.mSelectorAttributes.put(SELECTOR_PARENT, new UiSelector(getParentSelector()));
88 ret.mSelectorAttributes.put(SELECTOR_PATTERN, new UiSelector(getPatternSelector()));
588 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue);
590 selector.mSelectorAttributes.put(selectorId, selectorValue)
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 529 milliseconds