Searched refs:CONTENT_DESC (Results 1 – 6 of 6) sorted by relevance
106 return new MatchFinder(Predicates.attributeEquals(Attribute.CONTENT_DESC, contentDescription)); in contentDescription()113 return new MatchFinder(Predicates.attributeContains(Attribute.CONTENT_DESC, substring)); in contentDescriptionContains()
24 CONTENT_DESC("content-desc"), enumConstant
149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode()
79 put(attribs, Attribute.CONTENT_DESC, charSequenceToString(node.getContentDescription())); in UiAutomationElement()
134 put(Attribute.CONTENT_DESC, charSequenceToString(view.getContentDescription())); in call()
78 return get(Attribute.CONTENT_DESC); in getContentDescription()