Searched refs:CapabilityMergeRule (Results 1 – 3 of 3) sorted by relevance
118 @IntDef(value = {CapabilityMergeRule.MERGE_SELF_CAPABILITY,119 CapabilityMergeRule.MERGE_OTHER_CAPABILITY,120 CapabilityMergeRule.MERGE_RESTRICTED_CAPABILITY})121 public @interface CapabilityMergeRule { annotation in SigningDetails203 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 …]
22 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;