Home
last modified time | relevance | path

Searched refs:attributedSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageSystemCategoryPreferenceController.java45 long attributedSize = 0; in calculateCategoryUsage() local
49 attributedSize += otherData.getGamesSize() in calculateCategoryUsage()
55 attributedSize += otherData.getExternalStats().totalBytes in calculateCategoryUsage()
58 return Math.max(DataUnit.GIBIBYTES.toBytes(1), usedSizeBytes - attributedSize); in calculateCategoryUsage()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java499 long attributedSize = 0; in getSizeInfo() local
502 attributedSize += in getSizeInfo()
511 attributedSize -= otherData.duplicateCodeSize; in getSizeInfo()
514 attributedSize += data.systemSize; in getSizeInfo()
516 mUsedBytes - attributedSize); in getSizeInfo()