Searched refs:totalUsedSize (Results 1 – 5 of 5) sorted by relevance
79 public void cacheTotalSizeAndTotalUsedSize(long totalSize, long totalUsedSize) { in cacheTotalSizeAndTotalUsedSize() argument83 .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
81 mUsedBytes = cachedData.totalUsedSize; in getStorageStatsAndUpdateUi()
88 assertThat(storageCache.totalUsedSize).isEqualTo(FAKE_TOTAL_USED_SIZE); in cacheTotalSizeAndUsedSize_shouldSaveToSharedPreference()
117 mPreferenceController.setUsedSize(cachedData.totalUsedSize); in refreshUi()
249 mPreferenceController.setUsedSize(cachedData.totalUsedSize); in refreshUi()