Searched refs:mUsedBytes (Results 1 – 1 of 1) sorted by relevance
34 private long mUsedBytes; field in CacheStorageUsageInfo68 mUsedBytes = blockSize * (totalBlocks - availableBlocks); in loadStorageInfo()78 return mUsedBytes - mUsedCacheBytes + mTargetCacheBytes + mUserChangeDelta; in getExpectedUsedBytes()83 return mUsedBytes; in getUsedBytes()87 return mTotalBytes - mUsedBytes; in getFreeBytes()