Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java337 String assertSelectionText = numSelected + " selected"; in assertSelection() local
339 Until.findObject(By.text(assertSelectionText)), mTimeout); in assertSelection()