Searched refs:otherAppMusic (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 325 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageCanDeleteOtherAppsContents() local 330 assertThat(createFileAs(APP_B_NO_PERMS, otherAppMusic.getPath())).isTrue(); in testManageExternalStorageCanDeleteOtherAppsContents() 338 assertThat(otherAppMusic.delete()).isTrue(); in testManageExternalStorageCanDeleteOtherAppsContents() 339 assertThat(otherAppMusic.exists()).isFalse(); in testManageExternalStorageCanDeleteOtherAppsContents() 343 deleteFileAsNoThrow(APP_B_NO_PERMS, otherAppMusic.getAbsolutePath()); in testManageExternalStorageCanDeleteOtherAppsContents() 679 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageReaddir() local 683 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir() 690 assertDirectoryContains(otherAppMusic.getParentFile(), otherAppMusic); in testManageExternalStorageReaddir() local 699 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir() 709 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageQueryOtherAppsFile() local [all …]
|
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2393 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testQueryOtherAppsFiles() local 2398 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2403 assertCantQueryFile(otherAppMusic); in testQueryOtherAppsFiles() 2407 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2415 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testSystemGalleryQueryOtherAppsFiles() local 2420 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2429 assertCantQueryFile(otherAppMusic); in testSystemGalleryQueryOtherAppsFiles() 2433 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
|