Searched refs:protectionLevel (Results 1 – 9 of 9) sorted by relevance
33 String appOp, boolean appOpAllowed, int flags, int protectionLevel) { in Permission() argument39 mIsEphemeral = (protectionLevel & PermissionInfo.PROTECTION_FLAG_EPHEMERAL) != 0; in Permission()40 mIsRuntimeOnly = (protectionLevel & PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) != 0; in Permission()
73 if ((permissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in create()140 if ((requestedPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in create()166 appOp, appOpAllowed, flags, requestedPermissionInfo.protectionLevel); in create()
143 if ((groupPermission.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in loadInBackground()199 if ((permissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in loadInBackground()
198 if ((requestedPermissionInfo.protectionLevel in loadPermissionApps()289 if ((permInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in loadGroupInfo()
160 && (perm.protectionLevel & PermissionInfo.PROTECTION_FLAG_EPHEMERAL) == 0) { in updateUi()164 && (perm.protectionLevel & PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) in updateUi()171 if ((perm.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in updateUi()175 } else if ((perm.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in updateUi()
156 && (perm.protectionLevel & PermissionInfo.PROTECTION_FLAG_EPHEMERAL) in updateUi()161 && (perm.protectionLevel & PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) in updateUi()166 if ((perm.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in updateUi()179 if ((perm.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in updateUi()
383 if ((pInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in computePermissionGrantState()387 if ((pInfo.protectionLevel & PermissionInfo.PROTECTION_FLAG_EPHEMERAL) == 0 in computePermissionGrantState()391 if ((pInfo.protectionLevel & PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) != 0 in computePermissionGrantState()
110 && permInfo.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS; in loadPermissionGroups()
1998 public int protectionLevel;