Searched refs:attributedSize (Results 1 – 3 of 3) sorted by relevance
46 long attributedSize = 0; in calculateCategoryUsage() local50 attributedSize += otherData.getGamesSize() in calculateCategoryUsage()56 attributedSize += otherData.getExternalStats().totalBytes in calculateCategoryUsage()59 return Math.max(TrafficStats.GB_IN_BYTES, usedSizeBytes - attributedSize); in calculateCategoryUsage()
275 long attributedSize = 0; in onLoadFinished() local278 attributedSize += in onLoadFinished()284 attributedSize += otherData.externalStats.totalBytes in onLoadFinished()288 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()