Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPermissionActivityTest.java82 private static final String OP_MANAGE_EXTERNAL_STORAGE = field in PermissionActivityTest
90 OP_MANAGE_EXTERNAL_STORAGE,
138 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_noRESAndMES_true()
155 final String[] enableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_noMANAGE_MEDIA_true()
174 final String[] disableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE}; in testShouldShowActionDialog_hasPermissionWithRES_false()
191 final String[] enableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_MANAGE_MEDIA}; in testShouldShowActionDialog_hasPermissionWithMES_false()
210 {OP_MANAGE_EXTERNAL_STORAGE, OP_MANAGE_MEDIA, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_writeNoACCESS_MEDIA_LOCATION_true()
230 OP_MANAGE_EXTERNAL_STORAGE, in testShouldShowActionDialog_writeHasACCESS_MEDIA_LOCATION_false()
321 } else if (TextUtils.equals(op, OP_MANAGE_EXTERNAL_STORAGE)) { in checkPermission()
/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()