Home
last modified time | relevance | path

Searched refs:CapabilityMergeRule (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DSigningDetails.java115 @IntDef(value = {CapabilityMergeRule.MERGE_SELF_CAPABILITY,
116 CapabilityMergeRule.MERGE_OTHER_CAPABILITY,
117 CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY})
118 public @interface CapabilityMergeRule { annotation in SigningDetails
243 @CapabilityMergeRule int mergeRule) { in mergeLineageWith()
266 case CapabilityMergeRule.MERGE_SELF_CAPABILITY: in mergeLineageWith()
270 case CapabilityMergeRule.MERGE_OTHER_CAPABILITY: in mergeLineageWith()
272 CapabilityMergeRule.MERGE_SELF_CAPABILITY); in mergeLineageWith()
274 case CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY: in mergeLineageWith()
325 case CapabilityMergeRule.MERGE_SELF_CAPABILITY: in mergeLineageWithAncestorOrSelf()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DReconcilePackageUtils.java21 import static android.content.pm.SigningDetails.CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY;
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DSigningDetailsTest.java18 import static android.content.pm.SigningDetails.CapabilityMergeRule.MERGE_OTHER_CAPABILITY;
19 import static android.content.pm.SigningDetails.CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY;
20 import static android.content.pm.SigningDetails.CapabilityMergeRule.MERGE_SELF_CAPABILITY;