Searched refs:ancestorLineage (Results 1 – 1 of 1) sorted by relevance
796 SigningCertificateLineage ancestorLineage; in mergeLineageWith() local801 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()