Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DRenameDocumentUiTest.java43 bots.directory.selectDocument(fileName1, 1); in testRenameEnabled_SingleSelection()
53 bots.directory.selectDocument(fileNameNoRename, 1); in testNoRenameSupport_SingleSelection()
64 bots.directory.selectDocument(fileName1, 1); in testOneHasRenameSupport_MultipleSelection()
65 bots.directory.selectDocument(fileNameNoRename, 2); in testOneHasRenameSupport_MultipleSelection()
76 bots.directory.selectDocument(fileName1, 1); in testRenameDisabled_MultipleSelection()
77 bots.directory.selectDocument(fileName2, 2); in testRenameDisabled_MultipleSelection()
87 bots.directory.selectDocument(fileName1, 1); in testRenameFile_OkButton()
103 bots.directory.selectDocument(fileName1, 1); in testRenameFile_Enter()
119 bots.directory.selectDocument(fileName1, 1); in testRenameWithoutChangeIsNoOp()
131 bots.directory.selectDocument(fileName1, 1); in testRenameFile_Cancel()
[all …]
DFileManagementUiTest.java82 bots.directory.selectDocument("file1.png", 1); in testDeleteDocument()
94 bots.directory.selectDocument("file1.png", 1); in testKeyboard_CutDocument()
112 bots.directory.selectDocument("file1.png", 1); in testKeyboard_CopyDocument()
128 bots.directory.selectDocument("file1.png", 1); in testDeleteDocument_Cancel()
DInternalStorageUiTest.java64 bots.directory.selectDocument(fileName); in testRenameFile()
88 bots.directory.selectDocument(fileName); in deleteTestFiles()
93 bots.directory.selectDocument(newFileName); in deleteTestFiles()
DCancelFromNotificationUiTest.java154 bots.directory.selectDocument(TARGET_FILE, 1); in testCopyDocument_Cancel()
172 bots.directory.selectDocument(TARGET_FILE, 1); in testCopyDocument_CancelFromNotification()
206 bots.directory.selectDocument(TARGET_FILE, 1); in testMoveDocument_Cancel()
227 bots.directory.selectDocument(TARGET_FILE, 1); in ignored_testMoveDocument_CancelFromNotification()
DFileCopyUiTest.java267 bots.directory.selectDocument(targetFolder, 1); in deleteDocuments()
383 bots.directory.selectDocument(TARGET_FOLDER, 1); in copyFiles()
470 bots.directory.selectDocument(fileName1, 1); in testCopyDocuments_documentsDisabled()
514 bots.directory.selectDocument("Download"); in testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()
DContextMenuUiTest.java99 bots.directory.selectDocument("file1.png", 1); in testContextMenu_onMixedFileDir()
100 bots.directory.selectDocument("Dir1", 2); in testContextMenu_onMixedFileDir()
DFilesActivityUiTest.java103 bots.directory.selectDocument("file0.log", 1); in testNavigate_inFixedLayout_whileHasSelection()
116 bots.directory.selectDocument("file0.log"); in testNavigationToInspector()
DSidebarUiTest.java54 bots.directory.selectDocument(fileName1, 1); in testRootChanged_ClearSelection()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java113 mEnv.selectDocument(TestEnv.FILE_GIF); in setUp()
148 mEnv.selectDocument(TestEnv.FILE_READ_ONLY); in testCutSelectedDocuments_ContainsNonMovableItem()
180 mEnv.selectDocument(TestEnv.FILE_PNG); in testDeleteSelectedDocuments()
217 mEnv.selectDocument(TestEnv.FILE_PDF); in testShareSelectedDocuments_ArchivedFile()
227 mEnv.selectDocument(TestEnv.FILE_PDF); in testShareSelectedDocuments_Multiple()
256 mEnv.selectDocument(TestEnv.FILE_VIRTUAL); in testShareSelectedDocuments_VirtualFiles()
269 mEnv.selectDocument(TestEnv.FILE_PNG); in testShareSelectedDocuments_RegularAndVirtualFiles()
270 mEnv.selectDocument(TestEnv.FILE_VIRTUAL); in testShareSelectedDocuments_RegularAndVirtualFiles()
288 mEnv.selectDocument(TestEnv.FILE_PARTIAL); in testShareSelectedDocuments_OmitsPartialFiles()
289 mEnv.selectDocument(TestEnv.FILE_PNG); in testShareSelectedDocuments_OmitsPartialFiles()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
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
203 selectDocument(label); in selectDocument()
237 selectDocument(label); in copyFilesToClipboard()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java212 public void selectDocument(DocumentInfo info) { in selectDocument() method in TestEnv