Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2255 final File dirInDcim = new File(getDcimDir(), TEST_DIRECTORY_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local
2258 final File otherAppImageFile1 = new File(dirInDcim, "other_" + IMAGE_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()
2259 final File otherAppVideoFile1 = new File(dirInDcim, "other_" + VIDEO_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()
2260 final File otherAppPdfFile1 = new File(dirInDcim, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()
2265 assertThat(dirInDcim.exists() || dirInDcim.mkdir()).isTrue(); in testSystemGalleryCanRenameImageAndVideoDirs()
2275 assertCantRenameDirectory(dirInDcim, dirInPodcasts, /*oldFilesList*/ null); in testSystemGalleryCanRenameImageAndVideoDirs()
2278 assertCanRenameDirectory(dirInDcim, dirInPictures, in testSystemGalleryCanRenameImageAndVideoDirs()
2294 dirInDcim.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()