Home
last modified time | relevance | path

Searched refs:mUsedBytes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCacheStorageUsageInfo.java35 private long mUsedBytes; field in CacheStorageUsageInfo
69 mUsedBytes = blockSize * (totalBlocks - availableBlocks); in loadStorageInfo()
79 return mUsedBytes - mUsedCacheBytes + mTargetCacheBytes + mUserChangeDelta; in getExpectedUsedBytes()
84 return mUsedBytes; in getUsedBytes()
88 return mTotalBytes - mUsedBytes; in getFreeBytes()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java42 private long mUsedBytes; field in StorageSummaryDonutPreferenceController
78 mUsedBytes = info.totalBytes - info.freeBytes; in displayPreference()
89 mSummary.setTitle(convertUsedBytesToFormattedText(mContext, mUsedBytes)); in updateState()
92 mSummary.setPercent(mUsedBytes, mTotalBytes); in updateState()
115 mUsedBytes = used; in updateBytes()
DStorageItemPreferenceController.java89 private long mUsedBytes; field in StorageItemPreferenceController
283 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()
289 mUsedBytes = usedSizeBytes; in setUsedSize()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java38 private long mUsedBytes; field in StorageSummaryDonutPreferenceController
69 summary.setTitle(convertUsedBytesToFormattedText(mContext, mUsedBytes)); in updateState()
72 summary.setPercent(mUsedBytes, mTotalBytes); in updateState()
100 mUsedBytes = used; in updateBytes()
DStorageItemPreferenceController.java84 private long mUsedBytes; field in StorageItemPreferenceController
288 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()
294 mUsedBytes = usedSizeBytes; in setUsedSize()