Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java297 final File picturesDir = getPicturesDir(); in testTypePathConformity() local
336 new File(picturesDir, NONMEDIA_FILE_NAME).createNewFile(); in testTypePathConformity()
340 new File(picturesDir, AUDIO_FILE_NAME).createNewFile(); in testTypePathConformity()
344 new File(picturesDir, PLAYLIST_FILE_NAME).createNewFile(); in testTypePathConformity()
372 assertCanCreateFile(new File(picturesDir, IMAGE_FILE_NAME)); in testTypePathConformity()
373 assertCanCreateFile(new File(picturesDir, VIDEO_FILE_NAME)); in testTypePathConformity()