Searched refs:OPSTR_MANAGE_EXTERNAL_STORAGE (Results 1 – 6 of 6) sorted by relevance
99 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in BypassDatabaseOperationsTest119 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()157 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testManageExternalStorage_WithBypassFlag_BypassesDatabase()169 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testManageExternalStorage_targets30_BypassesDatabase()
22 import static android.app.AppOpsManager.OPSTR_MANAGE_EXTERNAL_STORAGE;129 pkg.appOps(systemUser).set(OPSTR_MANAGE_EXTERNAL_STORAGE, AppOpsMode.ALLOWED); in copyAutomationFileToInternalStorage()
82 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in StableUrisTest167 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testScenario()
170 APP_OPS[AppOpsManager.OPSTR_MANAGE_EXTERNAL_STORAGE] = 92
240 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in ScopedStorageDeviceTest262 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()1305 /* permission */ null, OPSTR_MANAGE_EXTERNAL_STORAGE, /* forWrite */ true); in testManageStorageInvalidation()
675 …field public static final String OPSTR_MANAGE_EXTERNAL_STORAGE = "android:manage_external_storage";