Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java68 private UiElement mDescendant; field in UiElement
90 mDescendant = relative; in UiElement()
142 return By.hasDescendant(mDescendant.getBySelectorForUiElement(), mMaxDepth); in getBySelectorForUiElement()
191 s.hasDescendant(mDescendant.getBySelectorForUiElement(), mMaxDepth); in extendBySelectorForUiElement()