Home
last modified time | relevance | path

Searched refs:PROTECTION_FLAG_RUNTIME_ONLY (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java167 public static final int PROTECTION_FLAG_RUNTIME_ONLY = 0x2000; field in PermissionInfo
321 PROTECTION_FLAG_RUNTIME_ONLY,
571 if ((level & PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) != 0) { in protectionToString()
H A DPackageParser.java3259 && (perm.info.protectionLevel&PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) == 0 in parsePermission()
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/permission/
H A DPermission.kt119 get() = protectionFlags.hasBits(PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY)
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedPermissionUtils.java152 | PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY); in parsePermission()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermission.java291 return (mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) != 0; in isRuntimeOnly()
/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.txt12944 field public static final int PROTECTION_FLAG_RUNTIME_ONLY = 8192; // 0x2000