Searched refs:otherAppImg (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 411 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testManageExternalStorageReaddir() local 416 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir() 422 assertDirectoryContains(otherAppImg.getParentFile(), otherAppImg); in testManageExternalStorageReaddir() local 432 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir() 441 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testManageExternalStorageQueryOtherAppsFile() local 447 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile() 450 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testManageExternalStorageQueryOtherAppsFile() 454 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile() 738 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testNoIsolatedStorageStorageReaddir() local 743 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testNoIsolatedStorageStorageReaddir() [all …]
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 2203 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testQueryOtherAppsFiles() local 2209 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2213 assertCantQueryFile(otherAppImg); in testQueryOtherAppsFiles() 2218 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2225 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testSystemGalleryQueryOtherAppsFiles() local 2231 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2236 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testSystemGalleryQueryOtherAppsFiles() 2244 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
|