Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DSigningCertificateLineage.java810 SigningCertificateNode descendantNode = descendantLineage.mSigningLineage.get( in mergeLineageWith() local
817 if (ancestorNode.signingCert.equals(descendantNode.signingCert)) { in mergeLineageWith()
830 mergedLineage.add(descendantNode); in mergeLineageWith()
834 descendantNode = descendantLineage.mSigningLineage.get(descendantIndex++); in mergeLineageWith()
835 if (!ancestorNode.signingCert.equals(descendantNode.signingCert)) { in mergeLineageWith()
839 mergedLineage.add(descendantNode); in mergeLineageWith()