Home
last modified time | relevance | path

Searched defs:usedBytes (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DTopLevelStoragePreferenceController.java79 long usedBytes = info.totalBytes - info.freeBytes; in refreshSummaryThread() local
93 private String getSummary(long usedBytes, long totalBytes) { in getSummary()
DPublicVolumeSettings.java180 final long usedBytes = totalBytes - freeBytes; in update() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java369 long usedBytes = mCacheStorageInfo.getUsedBytes(); in refreshCacheStorageInfo() local