HomeSort by relevance Sort by last modified time
    Searched refs:mUsedBytes (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CacheStorageUsageInfo.java 35 private long mUsedBytes;
69 mUsedBytes = blockSize * (totalBlocks - availableBlocks);
79 return mUsedBytes - mUsedCacheBytes + mTargetCacheBytes + mUserChangeDelta;
84 return mUsedBytes;
88 return mTotalBytes - mUsedBytes;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageSummaryDonutPreferenceController.java 37 private long mUsedBytes;
56 mUsedBytes, 0);
62 summary.setPercent(mUsedBytes, mTotalBytes);
89 mUsedBytes = used;
StorageItemPreferenceController.java 83 private long mUsedBytes;
287 final long systemSize = Math.max(TrafficStats.GB_IN_BYTES, mUsedBytes - attributedSize);
293 mUsedBytes = usedSizeBytes;

Completed in 73 milliseconds