Searched refs:protectionLevel (Results 1 – 14 of 14) sorted by relevance
97 public int protectionLevel; field in PermissionInfo174 protectionLevel = orig.protectionLevel; in PermissionInfo()217 dest.writeInt(protectionLevel); in writeToParcel()236 protectionLevel = source.readInt(); in PermissionInfo()
2246 perm.info.protectionLevel = sa.getInt( in parsePermission()2255 if (perm.info.protectionLevel == -1) { in parsePermission()2261 perm.info.protectionLevel = PermissionInfo.fixProtectionLevel(perm.info.protectionLevel); in parsePermission()2263 if ((perm.info.protectionLevel&PermissionInfo.PROTECTION_MASK_FLAGS) != 0) { in parsePermission()2264 if ((perm.info.protectionLevel&PermissionInfo.PROTECTION_MASK_BASE) != in parsePermission()2318 perm.info.protectionLevel = PermissionInfo.PROTECTION_NORMAL; in parsePermissionTree()
37 int protectionLevel; field in BasePermission52 protectionLevel = PermissionInfo.PROTECTION_SIGNATURE; in BasePermission()
1909 if (bp.protectionLevel != PermissionInfo.PROTECTION_NORMAL) { in writePermissionLPr()1910 serializer.attribute(null, "protection", Integer.toString(bp.protectionLevel)); in writePermissionLPr()2541 bp.protectionLevel = readInt(parser, null, "protection", in readPermissionsLPw()2543 bp.protectionLevel = PermissionInfo.fixProtectionLevel(bp.protectionLevel); in readPermissionsLPw()2550 pi.protectionLevel = bp.protectionLevel; in readPermissionsLPw()3610 pw.println(PermissionInfo.protectionToString(p.protectionLevel)); in dumpPermissionsLPr()
2031 pi.protectionLevel = bp.protectionLevel; in generatePermissionInfo()2495 if (pi1.protectionLevel != pi2.protectionLevel) return false; in comparePermissionInfos()2544 int fixedLevel = PermissionInfo.fixProtectionLevel(info.protectionLevel); in addPermissionLocked()2554 if (bp.protectionLevel == fixedLevel in addPermissionLocked()2561 bp.protectionLevel = fixedLevel; in addPermissionLocked()2563 info.protectionLevel = fixedLevel; in addPermissionLocked()2618 ((bp.protectionLevel&PermissionInfo.PROTECTION_MASK_BASE) in checkGrantRevokePermissions()2621 ((bp.protectionLevel&PermissionInfo.PROTECTION_MASK_BASE) in checkGrantRevokePermissions()2624 ((bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_DEVELOPMENT) != 0); in checkGrantRevokePermissions()6322 bp.protectionLevel = p.info.protectionLevel; in scanPackageDirtyLI()[all …]
552 final int base = pInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE; in isDisplayablePermission()558 ((pInfo.protectionLevel&PermissionInfo.PROTECTION_FLAG_DEVELOPMENT) != 0); in isDisplayablePermission()575 + ": protlevel=0x" + Integer.toHexString(pInfo.protectionLevel)); in isDisplayablePermission()
13 android:<a href="#plevel">protectionLevel</a>=["normal" | "dangerous" | 73 <dt><a name="plevel"></a>{@code android:protectionLevel}</dt>
686 final int base = pi.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE; in doListPermissions()719 + PermissionInfo.protectionToString(pi.protectionLevel)); in doListPermissions()
221 android:protectionLevel="dangerous" />226 <protectionLevel>} attribute is required, telling the system how the
83 …droid:name="my_app_package.permission.C2D_MESSAGE" android:protectionLevel="signatu…
148 android:protectionLevel="signature" />
135 android:protectionLevel}</a> attribute set to {@code "signature"} protection.552 android:protectionLevel}</a>.</p>
1044 field public static final int protectionLevel = 16842761; // 0x10100099246 field public int protectionLevel;
974 field public static final int protectionLevel = 16842761; // 0x10100098940 field public int protectionLevel;