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
191 public int getProtectionLevel() { in getProtectionLevel() method in ParsedPermissionImpl
48 ParsedPermission::getProtectionLevel,
140 public int getProtectionLevel() { in getProtectionLevel() method in Permission
2849 + " (protectionLevel=" + bp.getProtectionLevel()4209 && permission.getProtectionLevel() == sourcePerm.getProtectionLevel()) {
1403 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_FLAG_INSTANT) != 0 in preparePackageLI()1409 perm.getProtectionLevel() & ~PermissionInfo.PROTECTION_FLAG_INSTANT); in preparePackageLI()1441 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_MASK_BASE) in preparePackageLI()1449 bp.getProtectionLevel()); in preparePackageLI()
5019 pw.print(PermissionInfo.protectionToString(perm.getProtectionLevel()));
723 pi.protectionLevel = p.getProtectionLevel(); in generatePermissionInfo()
370 Lcom/android/server/pm/permission/BasePermission;->getProtectionLevel()I
8502 HSPLcom/android/server/pm/pkg/component/ParsedPermissionImpl;->getProtectionLevel()I