Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DSigningCertificateLineage.java808 int descendantIndex = 0; in mergeLineageWith() local
811 descendantIndex++); in mergeLineageWith()
832 && descendantIndex < descendantLineage.size()) { in mergeLineageWith()
834 descendantNode = descendantLineage.mSigningLineage.get(descendantIndex++); in mergeLineageWith()
847 while (descendantIndex < descendantLineage.size()) { in mergeLineageWith()
848 mergedLineage.add(descendantLineage.mSigningLineage.get(descendantIndex++)); in mergeLineageWith()