Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DBypassDatabaseOperationsTest.java101 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in BypassDatabaseOperationsTest
121 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()
162 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testManageExternalStorage_WithBypassFlag_BypassesDatabase()
180 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testManageExternalStorage_targets30_BypassesDatabase()
DScopedStorageDeviceTest.java219 private static final String OPSTR_MANAGE_EXTERNAL_STORAGE = field in ScopedStorageDeviceTest
241 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()
1217 /* permission */ null, OPSTR_MANAGE_EXTERNAL_STORAGE, /* forWrite */ true); in testManageStorageInvalidation()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java198 APP_OPS_ENUM_MAP.put(AppOpsManager.OPSTR_MANAGE_EXTERNAL_STORAGE, 92); in APP_OPS_ENUM_MAP.put() argument