Searched refs:freeBytes (Results 1 – 4 of 4) sorted by relevance
71 final long freeBytes = path.getFreeSpace(); in StorageVolumePreference() local73 final long usedBytes = totalBytes - freeBytes; in StorageVolumePreference()82 if (freeBytes < mStorageManager.getStorageLowBytes(path)) { in StorageVolumePreference()
161 final long freeBytes = file.getFreeSpace(); in update() local162 final long usedBytes = totalBytes - freeBytes; in update()
234 final long freeBytes = file.getFreeSpace(); in update() local235 final long usedBytes = totalBytes - freeBytes; in update()
371 long freeBytes = mCacheStorageInfo.getFreeBytes(); in refreshCacheStorageInfo() local386 Formatter.formatFileSize(activity, freeBytes)); in refreshCacheStorageInfo()