Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DSigningDetails.java118 @IntDef(value = {CapabilityMergeRule.MERGE_SELF_CAPABILITY,
119 CapabilityMergeRule.MERGE_OTHER_CAPABILITY,
120 CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY})
121 public @interface CapabilityMergeRule { annotation in SigningDetails
203 return mergeLineageWith(otherSigningDetails, CapabilityMergeRule.MERGE_OTHER_CAPABILITY); in mergeLineageWith()
246 @CapabilityMergeRule int mergeRule) { in mergeLineageWith()
269 case CapabilityMergeRule.MERGE_SELF_CAPABILITY: in mergeLineageWith()
271 CapabilityMergeRule.MERGE_OTHER_CAPABILITY); in mergeLineageWith()
273 case CapabilityMergeRule.MERGE_OTHER_CAPABILITY: in mergeLineageWith()
275 CapabilityMergeRule.MERGE_SELF_CAPABILITY); in mergeLineageWith()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DReconcilePackageUtils.java22 import static android.content.pm.SigningDetails.CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY;
/frameworks/base/core/tests/coretests/src/android/content/pm/
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;