Searched refs:fixProtectionLevel (Results 1 – 5 of 5) sorted by relevance
431 public static int fixProtectionLevel(int level) { in fixProtectionLevel() method in PermissionInfo
3322 perm.info.protectionLevel = PermissionInfo.fixProtectionLevel(perm.info.protectionLevel); in parsePermission()
506 bp.protectionLevel = PermissionInfo.fixProtectionLevel(bp.protectionLevel); in readLPw()
816 int fixedLevel = PermissionInfo.fixProtectionLevel(info.protectionLevel); in addDynamicPermission()
15981 Landroid/content/pm/PermissionInfo;->fixProtectionLevel(I)I