Home
last modified time | relevance | path

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

/external/droiddriver/src/io/appium/droiddriver/finders/
DBy.java106 return new MatchFinder(Predicates.attributeEquals(Attribute.CONTENT_DESC, contentDescription)); in contentDescription()
113 return new MatchFinder(Predicates.attributeContains(Attribute.CONTENT_DESC, substring)); in contentDescriptionContains()
DAttribute.java24 CONTENT_DESC("content-desc"), enumConstant
DByXPath.java149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode()
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationElement.java79 put(attribs, Attribute.CONTENT_DESC, charSequenceToString(node.getContentDescription())); in UiAutomationElement()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java134 put(Attribute.CONTENT_DESC, charSequenceToString(view.getContentDescription())); in call()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java78 return get(Attribute.CONTENT_DESC); in getContentDescription()