Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java312 final Matcher<CharSequence> textMatcher) { in withToolbarTitle() argument
316 return textMatcher.matches(toolbar.getTitle()); in withToolbarTitle()
322 textMatcher.describeTo(description); in withToolbarTitle()