Home
last modified time | relevance | path

Searched refs:fixProtectionLevel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPermissionInfo.java126 public static int fixProtectionLevel(int level) { in fixProtectionLevel() method in PermissionInfo
DPackageParser.java1733 perm.info.protectionLevel = PermissionInfo.fixProtectionLevel(perm.info.protectionLevel); in parsePermission()
/frameworks/base/services/java/com/android/server/pm/
DSettings.java2194 bp.protectionLevel = PermissionInfo.fixProtectionLevel(bp.protectionLevel); in readPermissionsLPw()
DPackageManagerService.java2311 int fixedLevel = PermissionInfo.fixProtectionLevel(info.protectionLevel); in addPermissionLocked()