Home
last modified time | relevance | path

Searched defs:cellMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DSortBot.java135 final Matcher<View> cellMatcher = allOf( in sortBy() local
149 private @SortDirection int getDirection(Matcher<View> cellMatcher) { in getDirection()