Searched defs:withContentDescription (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
H A DViewMatchers.java253 * value. Sugar for withContentDescription(is("string")).
257 public static Matcher<View> withContentDescription(String text) { method in class:ViewMatchers
258 return withContentDescription(is(text));
267 public static Matcher<View> withContentDescription( method in class:ViewMatchers

Completed in 275 milliseconds