Home
last modified time | relevance | path

Searched refs:PROTECTION_MASK_BASE (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java344 public static final int PROTECTION_MASK_BASE = 0xf; field in PermissionInfo
524 switch (level & PROTECTION_MASK_BASE) { in protectionToString()
674 return protectionLevel & PROTECTION_MASK_BASE; in getProtection()
682 return protectionLevel & ~PROTECTION_MASK_BASE; in getProtectionFlags()
H A DPackageParser.java3260 && (perm.info.protectionLevel&PermissionInfo.PROTECTION_MASK_BASE) != in parsePermission()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermission.java218 return (mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in isNormal()
222 return (mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in isRuntime()
248 return (mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in isSignature()
253 return (mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in isInternal()
541 return mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE; in getProtection()
573 & PermissionInfo.PROTECTION_MASK_BASE; in generatePermissionInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedPermissionUtils.java268 return permission.getProtectionLevel() & PermissionInfo.PROTECTION_MASK_BASE; in getProtection()
272 return permission.getProtectionLevel() & ~PermissionInfo.PROTECTION_MASK_BASE; in getProtectionFlags()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastSkipPolicy.java648 if ((pi.protectionLevel & (PermissionInfo.PROTECTION_MASK_BASE in isSignaturePerm()
H A DActivityManagerService.java5940 return (info.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE) in isRuntimePermission()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java4060 final int base = pi.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE; in doListPermissions()
H A DInstallPackageHelper.java1441 if ((perm.getProtectionLevel() & PermissionInfo.PROTECTION_MASK_BASE) in preparePackageLI()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java17305 return (permissionInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12949 field @Deprecated public static final int PROTECTION_MASK_BASE = 15; // 0xf