Searched refs:dirInDcim (Results 1 – 1 of 1) sorted by relevance
2444 final File dirInDcim = new File(getDcimDir(), TEST_DIRECTORY_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local2447 final File otherAppImageFile1 = new File(dirInDcim, "other_" + IMAGE_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()2448 final File otherAppVideoFile1 = new File(dirInDcim, "other_" + VIDEO_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()2449 final File otherAppPdfFile1 = new File(dirInDcim, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()2454 assertThat(dirInDcim.exists() || dirInDcim.mkdir()).isTrue(); in testSystemGalleryCanRenameImageAndVideoDirs()2464 assertCantRenameDirectory(dirInDcim, dirInPodcasts, /*oldFilesList*/ null); in testSystemGalleryCanRenameImageAndVideoDirs()2467 assertCanRenameDirectory(dirInDcim, dirInPictures, in testSystemGalleryCanRenameImageAndVideoDirs()2483 deleteRecursively(dirInDcim); in testSystemGalleryCanRenameImageAndVideoDirs()