Searched refs:assertCanRenameFile (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 31 import static android.scopedstorage.cts.lib.TestUtils.assertCanRenameFile; 1610 assertCanRenameFile(otherAppVideoFile, videoFile); in testSystemGalleryCanRenameImagesAndVideos() 1613 assertCanRenameFile(videoFile, topLevelVideoFile); in testSystemGalleryCanRenameImagesAndVideos() 1616 assertCanRenameFile(topLevelVideoFile, imageFile); in testSystemGalleryCanRenameImagesAndVideos() 1659 assertCanRenameFile(pdfFile1, pdfFile2); in testRenameFile() 1663 assertCanRenameFile(videoFile1, videoFile2); in testRenameFile() 1665 assertCanRenameFile(videoFile2, videoFile3); in testRenameFile() 1690 assertCanRenameFile(pdfFile, videoFile); in testRenameFileType() 1716 assertCanRenameFile(videoFile1, videoFile2); in testRenameAndReplaceFile() 1755 assertCanRenameFile(mpegFile, nonMpegFile); in testScanUpdatesMimeTypeForRenameFileExtension() [all …]
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 25 import static android.scopedstorage.cts.lib.TestUtils.assertCanRenameFile; 422 assertCanRenameFile(musicFile1, musicFile2); in testCanRename_hasRW() 425 assertCanRenameFile(musicFile2, musicFile3); in testCanRename_hasRW() 875 assertCanRenameFile(otherAppVideoFile, videoFile, false /* checkDatabase */); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 959 assertCanRenameFile(otherAppVideoFile, videoFile); in testLegacyWESCanRenameImagesAndVideosWithDbUpdates_hasW()
|
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 29 import static android.scopedstorage.cts.lib.TestUtils.assertCanRenameFile; 642 assertCanRenameFile(otherAppPdf, pdf, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents() 645 assertCanRenameFile(pdf, topLevelPdf, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents() 649 assertCanRenameFile(topLevelPdf, pdfInObviouslyWrongPlace, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents() 653 assertCanRenameFile(pdfInObviouslyWrongPlace, musicFile, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents()
|
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | TestUtils.java | 1207 public static void assertCanRenameFile(File oldFile, File newFile) { in assertCanRenameFile() method in TestUtils 1208 assertCanRenameFile(oldFile, newFile, /* checkDB */ true); in assertCanRenameFile() 1214 public static void assertCanRenameFile(File oldFile, File newFile, boolean checkDatabase) { in assertCanRenameFile() method in TestUtils
|