Searched refs:moviesDir (Results 1 – 1 of 1) sorted by relevance
295 final File moviesDir = getMoviesDir(); in testTypePathConformity() local314 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()