Searched defs:usedBytes (Results 1 – 3 of 3) sorted by relevance
79 long usedBytes = info.totalBytes - info.freeBytes; in refreshSummaryThread() local93 private String getSummary(long usedBytes, long totalBytes) { in getSummary()
180 final long usedBytes = totalBytes - freeBytes; in update() local
369 long usedBytes = mCacheStorageInfo.getUsedBytes(); in refreshCacheStorageInfo() local