Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DSigningCertificateLineage.java796 SigningCertificateLineage ancestorLineage; in mergeLineageWith() local
801 ancestorLineage = otherLineage; in mergeLineageWith()
804 ancestorLineage = this; in mergeLineageWith()
815 while (ancestorIndex < ancestorLineage.size()) { in mergeLineageWith()
816 ancestorNode = ancestorLineage.mSigningLineage.get(ancestorIndex++); in mergeLineageWith()
831 while (ancestorIndex < ancestorLineage.size() in mergeLineageWith()
833 ancestorNode = ancestorLineage.mSigningLineage.get(ancestorIndex++); in mergeLineageWith()
844 while (ancestorIndex < ancestorLineage.size()) { in mergeLineageWith()
845 mergedLineage.add(ancestorLineage.mSigningLineage.get(ancestorIndex++)); in mergeLineageWith()