Searched refs:ancestorIndex (Results 1 – 1 of 1) sorted by relevance
807 int ancestorIndex = 0; in mergeLineageWith() local815 while (ancestorIndex < ancestorLineage.size()) { in mergeLineageWith()816 ancestorNode = ancestorLineage.mSigningLineage.get(ancestorIndex++); in mergeLineageWith()824 if (ancestorIndex == mergedLineage.size()) { 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()