Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java67 private static final String TARGET_FOLDER = "test_folder"; field in FileCopyUiTest
239 if (bots.directory.hasDocuments(TARGET_FOLDER)) { in createDocuments()
245 Uri uri = helper.createFolder(root, TARGET_FOLDER); in createDocuments()
247 if (!bots.directory.hasDocuments(TARGET_FOLDER)) { in createDocuments()
254 DocumentInfo parent = helper.findDocument(root.documentId, TARGET_FOLDER); in createDocuments()
287 return deleteDocuments(label, TARGET_FOLDER); in deleteDocuments()
391 bots.directory.selectDocument(TARGET_FOLDER, 1); in copyFiles()
414 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in assertFilesCopied()
417 DocumentInfo parent = helper.findDocument(rootInfo.documentId, TARGET_FOLDER); in assertFilesCopied()
434 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in ignored_testCopyDocuments_InternalStorage()
[all …]