HomeSort by relevance Sort by last modified time
    Searched defs:selectDocument (Results 1 - 4 of 4) sorted by null

  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
SidebarUiTest.java 52 bots.directory.selectDocument(fileName1, 1);
RenameDocumentUiTest.java 41 bots.directory.selectDocument(fileName1, 1);
50 bots.directory.selectDocument(fileNameNoRename, 1);
59 bots.directory.selectDocument(fileName1, 1);
60 bots.directory.selectDocument(fileNameNoRename, 2);
69 bots.directory.selectDocument(fileName1, 1);
70 bots.directory.selectDocument(fileName2, 2);
79 bots.directory.selectDocument(fileName1, 1);
95 bots.directory.selectDocument(fileName1, 1);
111 bots.directory.selectDocument(fileName1, 1);
123 bots.directory.selectDocument(fileName1, 1)
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEnv.java 193 public void selectDocument(DocumentInfo info) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DirectoryListBot.java 176 public void selectDocument(String label) throws UiObjectNotFoundException {
186 public void selectDocument(String label, int number) throws UiObjectNotFoundException {
187 selectDocument(label);
211 selectDocument(label);

Completed in 501 milliseconds