Searched refs:getProtectionFlags (Results 1 – 12 of 12) sorted by relevance
150 final int otherProtectionFlags = getProtectionFlags(permission) in parsePermission()271 public static int getProtectionFlags(@NonNull ParsedPermission permission) { in getProtectionFlags() method in ParsedPermissionUtils
720 public int getProtectionFlags() { in getProtectionFlags() method in PermissionInfo
3257 if (perm.info.getProtectionFlags() != 0) { in parsePermission()
544 public int getProtectionFlags() { in getProtectionFlags() method in Permission
5234 if ((permission.getProtectionFlags() & protectionFlags) == protectionFlags) {
1051 || (permissionInfo.getProtectionFlags()1053 && (permissionInfo.getProtectionFlags() & PermissionInfo.PROTECTION_FLAG_INSTANT)
3668 | permissionInfo.getProtectionFlags());3677 | permissionInfo.getProtectionFlags());
4316 || (permInfo.getProtectionFlags() & PROTECTION_FLAG_APPOP) != 0; in shouldCollectNotes()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4659 HSPLandroid/content/pm/PermissionInfo;->getProtectionFlags()I
4662 HSPLandroid/content/pm/PermissionInfo;->getProtectionFlags()I
13407 method public int getProtectionFlags();