Searched refs:PROTECTION_FLAG_APPOP (Results 1 – 6 of 6) sorted by relevance
76 public static final int PROTECTION_FLAG_APPOP = 0x40; field in PermissionInfo163 if ((level&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in protectionToString()
6866 if ((p.info.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in cleanPackageDataStructuresLILPw()6882 if (bp != null && (bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in cleanPackageDataStructuresLILPw()7079 if ((bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in grantPermissionsLPw()7152 } else if ((bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) == 0) { in grantPermissionsLPw()
1141 NO DOC BLOCK: android.content.pm.PermissionInfo Field PROTECTION_FLAG_APPOP
1753 NO DOC BLOCK: android.content.pm.PermissionInfo Field PROTECTION_FLAG_APPOP
9234 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
8928 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40