Searched refs:attributedSize (Results 1 – 2 of 2) sorted by relevance
45 long attributedSize = 0; in calculateCategoryUsage() local49 attributedSize += otherData.getGamesSize() in calculateCategoryUsage()55 attributedSize += otherData.getExternalStats().totalBytes in calculateCategoryUsage()58 return Math.max(TrafficStats.GB_IN_BYTES, usedSizeBytes - attributedSize); in calculateCategoryUsage()
378 long attributedSize = 0; in onLoadFinished() local381 attributedSize += in onLoadFinished()389 attributedSize -= otherData.duplicateCodeSize; in onLoadFinished()392 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()