Searched refs:fixProtectionLevel (Results 1 – 4 of 4) sorted by relevance
296 public static int fixProtectionLevel(int level) { in fixProtectionLevel() method in PermissionInfo
3162 perm.info.protectionLevel = PermissionInfo.fixProtectionLevel(perm.info.protectionLevel); in parsePermission()
457 bp.protectionLevel = PermissionInfo.fixProtectionLevel(bp.protectionLevel); in readLPw()
619 int fixedLevel = PermissionInfo.fixProtectionLevel(info.protectionLevel); in addDynamicPermission()