Searched refs:getProtectionLevel (Results 1 – 11 of 11) sorted by relevance
148 PermissionInfo.fixProtectionLevel(permission.getProtectionLevel())); in parsePermission()263 return (permission.getProtectionLevel() & PermissionInfo.PROTECTION_FLAG_APPOP) != 0; in isAppOp()268 return permission.getProtectionLevel() & PermissionInfo.PROTECTION_MASK_BASE; in getProtection()272 return permission.getProtectionLevel() & ~PermissionInfo.PROTECTION_MASK_BASE; in getProtectionFlags()295 if (p1.getProtectionLevel() != p2.getProtectionLevel()) { in isMalformedDuplicate()
40 int getProtectionLevel(); in getProtectionLevel() method
192 public int getProtectionLevel() { in getProtectionLevel() method in ParsedPermissionImpl
48 ParsedPermission::getProtectionLevel, in <lambda>()
140 public int getProtectionLevel() { in getProtectionLevel() method in Permission
2796 + " (protectionLevel=" + bp.getProtectionLevel()4150 && permission.getProtectionLevel() == sourcePerm.getProtectionLevel()) {
508 pi.protectionLevel = p.getProtectionLevel(); in generatePermissionInfo()
1512 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_FLAG_INSTANT) != 0 in preparePackageLI()1518 perm.getProtectionLevel() & ~PermissionInfo.PROTECTION_FLAG_INSTANT); in preparePackageLI()1550 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_MASK_BASE) in preparePackageLI()1558 bp.getProtectionLevel()); in preparePackageLI()
5321 pw.print(PermissionInfo.protectionToString(perm.getProtectionLevel()));
778 pi.protectionLevel = p.getProtectionLevel(); in generatePermissionInfo()
370 Lcom/android/server/pm/permission/BasePermission;->getProtectionLevel()I