Searched refs:mSelectorAttributes (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java65 private SparseArray<Object> mSelectorAttributes = new SparseArray<Object>(); field in class:UiSelector
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
[all...]

Completed in 32 milliseconds