Searched refs:dataSources (Results 1 – 2 of 2) sorted by relevance
36 .idea/**/dataSources/37 .idea/**/dataSources.ids38 .idea/**/dataSources.local.xml
519 private final DataSource[] dataSources; field in ApkSigningBlockUtils.ChunkSupplier524 private ChunkSupplier(DataSource[] dataSources) { in ChunkSupplier() argument525 this.dataSources = dataSources; in ChunkSupplier()526 chunkCounts = new int[dataSources.length]; in ChunkSupplier()528 for (int i = 0; i < dataSources.length; i++) { in ChunkSupplier()529 long chunkCount = getChunkCount(dataSources[i].size(), in ChunkSupplier()559 for (; dataSourceIndex < dataSources.length; dataSourceIndex++) { in get()567 dataSources[dataSourceIndex].size() - in get()574 dataSources[dataSourceIndex].copyTo( in get()