Searched refs:dataSources (Results 1 – 1 of 1) sorted by relevance
669 private final DataSource[] dataSources; field in ApkSigningBlockUtils.ChunkSupplier674 private ChunkSupplier(DataSource[] dataSources) { in ChunkSupplier() argument675 this.dataSources = dataSources; in ChunkSupplier()676 chunkCounts = new int[dataSources.length]; in ChunkSupplier()678 for (int i = 0; i < dataSources.length; i++) { in ChunkSupplier()679 long chunkCount = getChunkCount(dataSources[i].size(), in ChunkSupplier()709 for (; dataSourceIndex < dataSources.length; dataSourceIndex++) { in get()717 dataSources[dataSourceIndex].size() - in get()725 dataSources[dataSourceIndex].slice( in get()