Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageSystemCategoryPreferenceController.java46 long attributedSize = 0; in calculateCategoryUsage() local
50 attributedSize += otherData.getGamesSize() in calculateCategoryUsage()
56 attributedSize += otherData.getExternalStats().totalBytes in calculateCategoryUsage()
59 return Math.max(TrafficStats.GB_IN_BYTES, usedSizeBytes - attributedSize); in calculateCategoryUsage()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageItemPreferenceController.java275 long attributedSize = 0; in onLoadFinished() local
278 attributedSize += in onLoadFinished()
284 attributedSize += otherData.externalStats.totalBytes in onLoadFinished()
288 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java275 long attributedSize = 0; in onLoadFinished() local
278 attributedSize += in onLoadFinished()
284 attributedSize += otherData.externalStats.totalBytes in onLoadFinished()
288 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()