Searched refs:totalChunkCount (Results 1 – 1 of 1) sorted by relevance
521 private final int totalChunkCount; field in ApkSigningBlockUtils.ChunkSupplier527 int totalChunkCount = 0; in ChunkSupplier() local538 totalChunkCount = (int) (totalChunkCount + chunkCount); in ChunkSupplier()540 this.totalChunkCount = totalChunkCount; in ChunkSupplier()553 if (index < 0 || index >= totalChunkCount) { in get()