Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2445 final File dirInPictures = new File(getPicturesDir(), TEST_DIRECTORY_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local
2450 final File otherAppImageFile2 = new File(dirInPictures, "other_" + IMAGE_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()
2451 final File otherAppVideoFile2 = new File(dirInPictures, "other_" + VIDEO_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()
2452 final File otherAppPdfFile2 = new File(dirInPictures, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs()
2467 assertCanRenameDirectory(dirInDcim, dirInPictures, in testSystemGalleryCanRenameImageAndVideoDirs()
2484 deleteRecursively(dirInPictures); in testSystemGalleryCanRenameImageAndVideoDirs()