Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java272 final File documentsDir = getDocumentsDir(); in testTypePathConformity() local
334 assertCanCreateFile(new File(documentsDir, AUDIO_FILE_NAME)); in testTypePathConformity()
335 assertCanCreateFile(new File(documentsDir, IMAGE_FILE_NAME)); in testTypePathConformity()
336 assertCanCreateFile(new File(documentsDir, NONMEDIA_FILE_NAME)); in testTypePathConformity()
337 assertCanCreateFile(new File(documentsDir, PLAYLIST_FILE_NAME)); in testTypePathConformity()
338 assertCanCreateFile(new File(documentsDir, SUBTITLE_FILE_NAME)); in testTypePathConformity()
339 assertCanCreateFile(new File(documentsDir, VIDEO_FILE_NAME)); in testTypePathConformity()