Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPermissionInfo.java209 public static int fixProtectionLevel(int level) { in fixProtectionLevel() method in PermissionInfo
DPackageParser.java3195 perm.info.protectionLevel = PermissionInfo.fixProtectionLevel(perm.info.protectionLevel); in parsePermission()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3626 bp.protectionLevel = PermissionInfo.fixProtectionLevel(bp.protectionLevel); in readPermissionsLPw()