Searched refs:freeBytes (Results 1 – 8 of 8) sorted by relevance
76 final long freeBytes = path.getFreeSpace(); in StorageVolumePreference() local77 final long usedBytes = totalBytes - freeBytes; in StorageVolumePreference()86 if (freeBytes < mStorageManager.getStorageLowBytes(path)) { in StorageVolumePreference()
169 final long freeBytes = file.getFreeSpace(); in update() local170 final long usedBytes = totalBytes - freeBytes; in update()
252 final long freeBytes = mVolume.getPath().getFreeSpace(); in update() local253 final long usedBytes = mTotalSize - freeBytes; in update()255 if (LOGV) Log.v(TAG, "update() freeBytes: " + freeBytes + " usedBytes: " + usedBytes); in update()
535 double privateUsedBytes = info.totalBytes - info.freeBytes; in updateSummary()538 Formatter.formatFileSize(mContext, info.freeBytes))); in updateSummary()
121 long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes; in onReceivedSizes()
371 long freeBytes = mCacheStorageInfo.getFreeBytes(); in refreshCacheStorageInfo() local386 Formatter.formatFileSize(activity, freeBytes)); in refreshCacheStorageInfo()
27 assertThat(storageInfo.freeBytes).isEqualTo(1000L); in getVolumeSize_getsValidSizes()
114 return info.freeBytes < lowStorageThreshold; in volumeNeedsManagement()