Home
last modified time | relevance | path

Searched refs:OP_MANAGE_EXTERNAL_STORAGE (Results 1 – 6 of 6) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPermissionActivityTest.java92 private static final String OP_MANAGE_EXTERNAL_STORAGE = field in PermissionActivityTest
106 OP_MANAGE_EXTERNAL_STORAGE,
163 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_noRESAndMES_true()
183 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_MEDIA_AUDIO}; in testShouldShowActionDialog_noRMAAndMES_true_33()
207 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_MEDIA_IMAGES}; in testShouldShowActionDialog_noRMIAndMES_true_33()
231 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_MEDIA_VIDEO}; in testShouldShowActionDialog_noRMVAndMES_true_33()
256 {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_MEDIA_AUDIO, OP_READ_MEDIA_VIDEO}; in testShouldShowActionDialogForSubtitle_noRMARMVAndMES_true_33()
278 final String[] enableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_noMANAGE_MEDIA_true()
298 OP_MANAGE_EXTERNAL_STORAGE, in testShouldShowActionDialog_noMANAGE_MEDIA_true_33()
326 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE}; in testShouldShowActionDialog_hasMMWithRES_false()
[all …]
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/specialaccess/
DAllFilesAccessTest.kt43 op = AppOpsManager.OP_MANAGE_EXTERNAL_STORAGE, in modelResourceIdAndProperties()
/packages/apps/Settings/src/com/android/settings/spa/app/specialaccess/
DAllFilesAccess.kt40 op = AppOpsManager.OP_MANAGE_EXTERNAL_STORAGE, in createModel()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DAllFilesAccess.java42 return AppOpsManager.OP_MANAGE_EXTERNAL_STORAGE; in getAppOpsOpCode()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DManageExternalStorageDetails.java112 mAppOpsManager.setUidMode(AppOpsManager.OP_MANAGE_EXTERNAL_STORAGE, in setManageExternalStorageState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DManageExternalStorageDetailsTest.java171 if (code != AppOpsManager.OP_MANAGE_EXTERNAL_STORAGE) { in mockAppOpsOperations()