Searched refs:getContentDescription (Results 1 – 9 of 9) sorted by relevance
47 String getContentDescription(); in getContentDescription() method
88 return !TextUtils.isEmpty(element.getContentDescription()) in hasContentDescriptionOrText()
150 return uniqueStringElement.getContentDescription(); in getUniqueString()
79 put(attribs, Attribute.CONTENT_DESC, charSequenceToString(node.getContentDescription())); in UiAutomationElement()
149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode()
65 put(Attribute.CONTENT_DESC, charSequenceToString(view.getContentDescription())); in call()
77 public String getContentDescription() { in getContentDescription() method in BaseUiElement
310 …assertThat(mediaView.findViewById(R.id.time).getContentDescription().toString(), equalTo("Howdy")); in testContentDescriptionIsSet()
176 public CharSequence getContentDescription() { in getContentDescription() method in ShadowView