Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java678 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testManageExternalStorageReaddir() local
683 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir()
689 assertDirectoryContains(otherAppImg.getParentFile(), otherAppImg); in testManageExternalStorageReaddir() local
699 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir()
708 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testManageExternalStorageQueryOtherAppsFile() local
714 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile()
717 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testManageExternalStorageQueryOtherAppsFile()
721 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile()
1021 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testNoIsolatedStorageStorageReaddir() local
1026 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testNoIsolatedStorageStorageReaddir()
[all …]
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2392 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testQueryOtherAppsFiles() local
2398 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles()
2402 assertCantQueryFile(otherAppImg); in testQueryOtherAppsFiles()
2407 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles()
2414 final File otherAppImg = new File(getDcimDir(), "other" + IMAGE_FILE_NAME); in testSystemGalleryQueryOtherAppsFiles() local
2420 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
2425 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testSystemGalleryQueryOtherAppsFiles()
2433 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()