Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java192 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument() method in DirectoryListBot
202 public void selectDocument(String label, int number) throws UiObjectNotFoundException { in selectDocument() method in DirectoryListBot
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEnv.java212 public void selectDocument(DocumentInfo info) { in selectDocument() method in TestEnv