Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java274 final File moviesDir = getMoviesDir(); in testTypePathConformity() local
293 new File(moviesDir, NONMEDIA_FILE_NAME).createNewFile(); in testTypePathConformity()
297 new File(moviesDir, AUDIO_FILE_NAME).createNewFile(); in testTypePathConformity()
301 new File(moviesDir, IMAGE_FILE_NAME).createNewFile(); in testTypePathConformity()
346 assertCanCreateFile(new File(moviesDir, VIDEO_FILE_NAME)); in testTypePathConformity()
347 assertCanCreateFile(new File(moviesDir, SUBTITLE_FILE_NAME)); in testTypePathConformity()