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(DataUnit.GIBIBYTES.toBytes(1), usedSizeBytes - attributedSize); in calculateCategoryUsage()
499 long attributedSize = 0; in getSizeInfo() local502 attributedSize += in getSizeInfo()511 attributedSize -= otherData.duplicateCodeSize; in getSizeInfo()514 attributedSize += data.systemSize; in getSizeInfo()516 mUsedBytes - attributedSize); in getSizeInfo()