Searched refs:CapabilityMergeRule (Results 1 – 3 of 3) sorted by relevance
115 @IntDef(value = {CapabilityMergeRule.MERGE_SELF_CAPABILITY,116 CapabilityMergeRule.MERGE_OTHER_CAPABILITY,117 CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY})118 public @interface CapabilityMergeRule { annotation in SigningDetails243 @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 …]
21 import static android.content.pm.SigningDetails.CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY;
18 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;