Home
last modified time | relevance | path

Searched refs:getProtectionLevel (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedPermission.java182 public int getProtectionLevel() { in getProtectionLevel() method in ParsedPermission
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermission.java131 public int getProtectionLevel() { in getProtectionLevel() method in Permission
H A DPermissionManagerService.java3024 + " (protectionLevel=" + bp.getProtectionLevel()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageInfoWithoutStateUtils.java677 pi.protectionLevel = p.getProtectionLevel(); in generatePermissionInfo()
/aosp12/frameworks/base/services/
H A Dart-profile-boot370 Lcom/android/server/pm/permission/BasePermission;->getProtectionLevel()I
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java20769 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_FLAG_INSTANT) != 0 in preparePackageLI()
20774 … perm.setProtectionLevel(perm.getProtectionLevel() & ~PermissionInfo.PROTECTION_FLAG_INSTANT); in preparePackageLI()
20805 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_MASK_BASE) in preparePackageLI()
20812 perm.setProtectionLevel(bp.getProtectionLevel()); in preparePackageLI()
H A DSettings.java4689 pw.print(PermissionInfo.protectionToString(perm.getProtectionLevel()));