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(TrafficStats.GB_IN_BYTES, usedSizeBytes - attributedSize); in calculateCategoryUsage()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java378 long attributedSize = 0; in onLoadFinished() local
381 attributedSize += in onLoadFinished()
389 attributedSize -= otherData.duplicateCodeSize; in onLoadFinished()
392 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()