Home
last modified time | relevance | path

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

/external/droiddriver/src/io/appium/droiddriver/finders/
DBy.java105 public static MatchFinder contentDescription(String contentDescription) { in contentDescription() method in By
106 return new MatchFinder(Predicates.attributeEquals(Attribute.CONTENT_DESC, contentDescription)); in contentDescription()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java141 private CharSequence contentDescription; field in ShadowAccessibilityNodeInfo
562 contentDescription = description; in setContentDescription()
567 return contentDescription; in getContentDescription()
1096 newShadow.contentDescription = contentDescription; in getClone()