Home
last modified time | relevance | path

Searched refs:totalUsedSize (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageCacheHelper.java79 public void cacheTotalSizeAndTotalUsedSize(long totalSize, long totalUsedSize) { in cacheTotalSizeAndTotalUsedSize() argument
83 .putLong(TOTAL_USED_SIZE_KEY, totalUsedSize) in cacheTotalSizeAndTotalUsedSize()
107 result.totalUsedSize = mSharedPreferences.getLong(TOTAL_USED_SIZE_KEY, 0); in retrieveCachedSize()
126 public long totalUsedSize; field in StorageCacheHelper.StorageCache
DStorageUsageProgressBarPreferenceController.java81 mUsedBytes = cachedData.totalUsedSize; in getStorageStatsAndUpdateUi()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageCacheHelperTest.java88 assertThat(storageCache.totalUsedSize).isEqualTo(FAKE_TOTAL_USED_SIZE); in cacheTotalSizeAndUsedSize_shouldSaveToSharedPreference()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageCategoryFragment.java117 mPreferenceController.setUsedSize(cachedData.totalUsedSize); in refreshUi()
DStorageDashboardFragment.java249 mPreferenceController.setUsedSize(cachedData.totalUsedSize); in refreshUi()