Home
last modified time | relevance | path

Searched refs:freeBytes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageVolumePreference.java71 final long freeBytes = path.getFreeSpace(); in StorageVolumePreference() local
73 final long usedBytes = totalBytes - freeBytes; in StorageVolumePreference()
82 if (freeBytes < mStorageManager.getStorageLowBytes(path)) { in StorageVolumePreference()
DPublicVolumeSettings.java161 final long freeBytes = file.getFreeSpace(); in update() local
162 final long usedBytes = totalBytes - freeBytes; in update()
DPrivateVolumeSettings.java234 final long freeBytes = file.getFreeSpace(); in update() local
235 final long usedBytes = totalBytes - freeBytes; in update()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java371 long freeBytes = mCacheStorageInfo.getFreeBytes(); in refreshCacheStorageInfo() local
386 Formatter.formatFileSize(activity, freeBytes)); in refreshCacheStorageInfo()