Searched refs:OP_LEGACY_STORAGE (Results 1 – 6 of 6) sorted by relevance
22 import static android.app.AppOpsManager.OP_LEGACY_STORAGE;175 return OP_LEGACY_STORAGE; in forPermission()
123 OP_LEGACY_STORAGE = 87, enumerator
1462 if (appOps.noteOpNoThrow(AppOpsManager.OP_LEGACY_STORAGE, uid, in isExternalStorageLegacy()
21 import static android.app.AppOpsManager.OP_LEGACY_STORAGE;1879 if ((mAppOps.checkOpNoThrow(OP_LEGACY_STORAGE, uid, in noteAppOpAllowingLegacy()
23 import static android.app.AppOpsManager.OP_LEGACY_STORAGE;2152 boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, ai.uid, in snapshotAndMonitorLegacyStorageAppOp()5018 case OP_LEGACY_STORAGE: in onAppOpsChanged()
1195 public static final int OP_LEGACY_STORAGE = AppProtoEnums.APP_OP_LEGACY_STORAGE; field in AppOpsManager2902 new AppOpInfo.Builder(OP_LEGACY_STORAGE, OPSTR_LEGACY_STORAGE, "LEGACY_STORAGE")