Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java293 final File documentsDir = getDocumentsDir(); in testTypePathConformity() local
355 assertCanCreateFile(new File(documentsDir, AUDIO_FILE_NAME)); in testTypePathConformity()
356 assertCanCreateFile(new File(documentsDir, IMAGE_FILE_NAME)); in testTypePathConformity()
357 assertCanCreateFile(new File(documentsDir, NONMEDIA_FILE_NAME)); in testTypePathConformity()
358 assertCanCreateFile(new File(documentsDir, PLAYLIST_FILE_NAME)); in testTypePathConformity()
359 assertCanCreateFile(new File(documentsDir, SUBTITLE_FILE_NAME)); in testTypePathConformity()
360 assertCanCreateFile(new File(documentsDir, VIDEO_FILE_NAME)); in testTypePathConformity()