Searched refs:assertCanRenameFile (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
H A D | ScopedStorageDeviceTest.java | 31 import static android.scopedstorage.cts.lib.TestUtils.assertCanRenameFile; 1635 assertCanRenameFile(otherAppVideoFile, videoFile); in testSystemGalleryCanRenameImagesAndVideos() 1638 assertCanRenameFile(videoFile, topLevelVideoFile); in testSystemGalleryCanRenameImagesAndVideos() 1641 assertCanRenameFile(topLevelVideoFile, imageFile); in testSystemGalleryCanRenameImagesAndVideos() 1684 assertCanRenameFile(pdfFile1, pdfFile2); in testRenameFile() 1688 assertCanRenameFile(videoFile1, videoFile2); in testRenameFile() 1690 assertCanRenameFile(videoFile2, videoFile3); in testRenameFile() 1715 assertCanRenameFile(pdfFile, videoFile); in testRenameFileType() 1741 assertCanRenameFile(videoFile1, videoFile2); in testRenameAndReplaceFile() 1783 assertCanRenameFile(mpegFile, nonMpegFile); in testScanUpdatesMimeTypeForRenameFileExtension() [all …]
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
H A 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()
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
H A D | ScopedStorageTest.java | 29 import static android.scopedstorage.cts.lib.TestUtils.assertCanRenameFile; 644 assertCanRenameFile(otherAppPdf, pdf, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents() 647 assertCanRenameFile(pdf, topLevelPdf, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents() 651 assertCanRenameFile(topLevelPdf, pdfInObviouslyWrongPlace, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents() 655 assertCanRenameFile(pdfInObviouslyWrongPlace, musicFile, /* checkDatabase */ false); in testManageExternalStorageCanRenameOtherAppsContents()
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
H A D | TestUtils.java | 1229 public static void assertCanRenameFile(File oldFile, File newFile) { in assertCanRenameFile() method in TestUtils 1230 assertCanRenameFile(oldFile, newFile, /* checkDB */ true); in assertCanRenameFile() 1236 public static void assertCanRenameFile(File oldFile, File newFile, boolean checkDatabase) { in assertCanRenameFile() method in TestUtils
|