Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java295 final File moviesDir = getMoviesDir(); in testTypePathConformity() local
314 new File(moviesDir, NONMEDIA_FILE_NAME).createNewFile(); in testTypePathConformity()
318 new File(moviesDir, AUDIO_FILE_NAME).createNewFile(); in testTypePathConformity()
322 new File(moviesDir, IMAGE_FILE_NAME).createNewFile(); in testTypePathConformity()
367 assertCanCreateFile(new File(moviesDir, VIDEO_FILE_NAME)); in testTypePathConformity()
368 assertCanCreateFile(new File(moviesDir, SUBTITLE_FILE_NAME)); in testTypePathConformity()