Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java136 static final String AUDIO_FILE_NAME = "ScopedStorageTest_file_" + NONCE + ".mp3"; field in ScopedStorageTest
240 final File musicFileInMovies = new File(getMoviesDir(), AUDIO_FILE_NAME); in testManageExternalStorageCanCreateFilesAnywhere()
325 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageCanDeleteOtherAppsContents()
355 final File otherAppAudio = new File(getMusicDir(), "other-" + AUDIO_FILE_NAME); in testAccess_OnlyImageFile()
382 final File otherAppAudio = new File(getMusicDir(), "other-" + AUDIO_FILE_NAME); in testAccess_OnlyVideoFile()
409 final File otherAppAudio = new File(getMusicDir(), "other-" + AUDIO_FILE_NAME); in testAccess_OnlyAudioFile()
439 final File otherAppAudio = new File(getMusicDir(), "other-" + AUDIO_FILE_NAME); in testAccess_MediaFile()
472 final File otherAppAudio = new File(getMusicDir(), "other-" + AUDIO_FILE_NAME); in testAccess_MediaFileWithRES()
495 final File otherAppAudio = new File(getMusicDir(), "other-" + AUDIO_FILE_NAME); in testAccess_MediaFileLegacy()
628 final File musicFile = new File(getMusicDir(), AUDIO_FILE_NAME); in testManageExternalStorageCanRenameOtherAppsContents()
[all …]
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java198 static final String AUDIO_FILE_NAME = "ScopedStorageDeviceTest_file_" + NONCE + ".mp3"; field in ScopedStorageDeviceTest
318 new File(moviesDir, AUDIO_FILE_NAME).createNewFile(); in testTypePathConformity()
331 new File(dcimDir, AUDIO_FILE_NAME).createNewFile(); in testTypePathConformity()
340 new File(picturesDir, AUDIO_FILE_NAME).createNewFile(); in testTypePathConformity()
351 assertCanCreateFile(new File(getAlarmsDir(), AUDIO_FILE_NAME)); in testTypePathConformity()
352 assertCanCreateFile(new File(getAudiobooksDir(), AUDIO_FILE_NAME)); in testTypePathConformity()
355 assertCanCreateFile(new File(documentsDir, AUDIO_FILE_NAME)); in testTypePathConformity()
361 assertCanCreateFile(new File(downloadDir, AUDIO_FILE_NAME)); in testTypePathConformity()
369 assertCanCreateFile(new File(musicDir, AUDIO_FILE_NAME)); in testTypePathConformity()
371 assertCanCreateFile(new File(getNotificationsDir(), AUDIO_FILE_NAME)); in testTypePathConformity()
[all …]