Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java190 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument() method in DirectoryListBot
200 public void selectDocument(String label, int number) throws UiObjectNotFoundException { in selectDocument() method in DirectoryListBot
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java197 public void selectDocument(DocumentInfo info) { in selectDocument() method in TestEnv