Searched refs:otherAppMusic (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 231 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageCanDeleteOtherAppsContents() local 236 assertThat(createFileAs(APP_B_NO_PERMS, otherAppMusic.getPath())).isTrue(); in testManageExternalStorageCanDeleteOtherAppsContents() 244 assertThat(otherAppMusic.delete()).isTrue(); in testManageExternalStorageCanDeleteOtherAppsContents() 245 assertThat(otherAppMusic.exists()).isFalse(); in testManageExternalStorageCanDeleteOtherAppsContents() 249 deleteFileAsNoThrow(APP_B_NO_PERMS, otherAppMusic.getAbsolutePath()); in testManageExternalStorageCanDeleteOtherAppsContents() 412 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageReaddir() local 416 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir() 423 assertDirectoryContains(otherAppMusic.getParentFile(), otherAppMusic); in testManageExternalStorageReaddir() local 432 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir() 442 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testManageExternalStorageQueryOtherAppsFile() local [all …]
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 2204 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testQueryOtherAppsFiles() local 2209 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2214 assertCantQueryFile(otherAppMusic); in testQueryOtherAppsFiles() 2218 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2226 final File otherAppMusic = new File(getMusicDir(), "other" + AUDIO_FILE_NAME); in testSystemGalleryQueryOtherAppsFiles() local 2231 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2240 assertCantQueryFile(otherAppMusic); in testSystemGalleryQueryOtherAppsFiles() 2244 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
|