Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DRenameDocumentUiTest.java139 bots.directory.assertDocumentsPresent(fileName1); in testRenameFile_Cancel()
158 bots.directory.assertDocumentsPresent(newName); in testRenameDir()
167 bots.directory.assertDocumentsPresent(fileName1); in testRename_NameExists()
168 bots.directory.assertDocumentsPresent(fileName2); in testRename_NameExists()
188 bots.directory.assertDocumentsPresent(fileName2); in renameWithConflict()
DFilesActivityUiTest.java76 bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv"); in testFilesListed()
83 bots.directory.assertDocumentsPresent( in testFilesList_LiveUpdate()
90 bots.directory.assertDocumentsPresent(childDir1); in testNavigate_byBreadcrumb()
DFileCopyUiTest.java406 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in assertFilesCopied()
426 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in testCopyDocuments_InternalStorage()
443 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in ignored_testCopyDocuments_FromSdCard()
460 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in ignored_testCopyDocuments_ToSdCard()
DArchiveUiTest.java33 bots.directory.assertDocumentsPresent("dir1", "dir2", "file1.txt"); in testArchive_valid()
DIntegratedDownloadsUiTest.java51 bots.directory.assertDocumentsPresent("Queued"); in testDownload_Queued()
DInternalStorageUiTest.java75 bots.directory.assertDocumentsPresent(newFileName); in testRenameFile()
DSearchViewUiTest.java157 bots.directory.assertDocumentsPresent(fileName1, fileName2); in testSearch_ResultsFound()
DFileManagementUiTest.java104 bots.directory.assertDocumentsPresent("file1.png"); in testKeyboard_CutDocument()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java85 public void assertDocumentsPresent(String... labels) throws UiObjectNotFoundException { in assertDocumentsPresent() method in DirectoryListBot