Searched refs:mUsedBytes (Results 1 – 5 of 5) sorted by relevance
35 private long mUsedBytes; field in CacheStorageUsageInfo69 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()
38 private long mUsedBytes; field in StorageSummaryDonutPreferenceController69 summary.setTitle(convertUsedBytesToFormattedText(mContext, mUsedBytes)); in updateState()72 summary.setPercent(mUsedBytes, mTotalBytes); in updateState()100 mUsedBytes = used; in updateBytes()
84 private long mUsedBytes; field in StorageItemPreferenceController288 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize); in onLoadFinished()294 mUsedBytes = usedSizeBytes; in setUsedSize()