Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/bypassdatabase/src/android/scopedstorage/cts/bypassdatabase/
DBypassDatabaseOperationsTest.java99 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in BypassDatabaseOperationsTest
119 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()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DAutomator.java22 import static android.app.AppOpsManager.OPSTR_MANAGE_EXTERNAL_STORAGE;
129 pkg.appOps(systemUser).set(OPSTR_MANAGE_EXTERNAL_STORAGE, AppOpsMode.ALLOWED); in copyAutomationFileToInternalStorage()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java82 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in StableUrisTest
167 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testScenario()
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpDefinitionTest.kt170 APP_OPS[AppOpsManager.OPSTR_MANAGE_EXTERNAL_STORAGE] = 92
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java240 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in ScopedStorageDeviceTest
262 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()
1305 /* permission */ null, OPSTR_MANAGE_EXTERNAL_STORAGE, /* forWrite */ true); in testManageStorageInvalidation()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt675 …field public static final String OPSTR_MANAGE_EXTERNAL_STORAGE = "android:manage_external_storage";