Searched refs:totalTouchedBlocks (Results 1 – 1 of 1) sorted by relevance
806 final AtomicLong[] totalTouchedBlocks = new AtomicLong[apks.length]; in testInstallWithIdSigNoDigesting() local812 totalTouchedBlocks[i] = new AtomicLong(0); in testInstallWithIdSigNoDigesting()876 long totalTouched = totalTouchedBlocks[fileIdx].incrementAndGet(); in testInstallWithIdSigNoDigesting()890 if (totalTouchedBlocks[i].get() >= blocks[i]) { in testInstallWithIdSigNoDigesting()