Searched refs:totalChunkCount (Results 1 – 1 of 1) sorted by relevance
693 private final int totalChunkCount; field in ApkSigningBlockUtils.ChunkSupplier699 int totalChunkCount = 0; in ChunkSupplier() local710 totalChunkCount = (int) (totalChunkCount + chunkCount); in ChunkSupplier()712 this.totalChunkCount = totalChunkCount; in ChunkSupplier()725 if (index < 0 || index >= totalChunkCount) { in get()