Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBreadBot.java139 final Matcher<String> textMatcher = is(expected); in dropdownTitleMatcher() local
144 return textMatcher.matches(selectedDoc.displayName); in dropdownTitleMatcher()
150 textMatcher.describeTo(description); in dropdownTitleMatcher()
DUiBot.java265 final Matcher<CharSequence> textMatcher) { in withToolbarTitle() argument
269 return textMatcher.matches(toolbar.getTitle()); in withToolbarTitle()
275 textMatcher.describeTo(description); in withToolbarTitle()