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