Searched refs:oldDetails (Results 1 – 3 of 3) sorted by relevance
530 if (this == UNKNOWN || oldDetails == UNKNOWN) { in hasAncestorOrSelf()533 if (oldDetails.mSignatures.length > 1) { in hasAncestorOrSelf()536 return signaturesMatchExactly(oldDetails); in hasAncestorOrSelf()540 return hasCertificate(oldDetails.mSignatures[0]); in hasAncestorOrSelf()549 public boolean hasAncestor(@NonNull SigningDetails oldDetails) { in hasAncestor() argument550 if (this == UNKNOWN || oldDetails == UNKNOWN) { in hasAncestor()624 if (this == UNKNOWN || oldDetails == UNKNOWN) { in checkCapability()627 if (oldDetails.mSignatures.length > 1) { in checkCapability()630 return signaturesMatchExactly(oldDetails); in checkCapability()645 if (oldDetails == UNKNOWN || this == UNKNOWN) { in checkCapabilityRecover()[all …]
6337 if (this == UNKNOWN || oldDetails == UNKNOWN) { in hasAncestorOrSelf()6340 if (oldDetails.signatures.length > 1) { in hasAncestorOrSelf()6344 return signaturesMatchExactly(oldDetails); in hasAncestorOrSelf()6349 return hasCertificate(oldDetails.signatures[0]); in hasAncestorOrSelf()6358 public boolean hasAncestor(SigningDetails oldDetails) { in hasAncestor() argument6359 if (this == UNKNOWN || oldDetails == UNKNOWN) { in hasAncestor()6433 if (this == UNKNOWN || oldDetails == UNKNOWN) { in checkCapability()6436 if (oldDetails.signatures.length > 1) { in checkCapability()6440 return signaturesMatchExactly(oldDetails); in checkCapability()6456 if (oldDetails == UNKNOWN || this == UNKNOWN) { in checkCapabilityRecover()[all …]
122 final NotificationDetails oldDetails = mNotificationDetails.get(hostingContext); in enqueueNotification() local123 if (oldDetails == null) { in enqueueNotification()143 if (oldDetails.notificationId != notificationId) { in enqueueNotification()