Home
last modified time | relevance | path

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

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