Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageCacheHelper.java29 private static final String TOTAL_USED_SIZE_KEY = "total_used_size_key"; field in StorageCacheHelper
83 .putLong(TOTAL_USED_SIZE_KEY, totalUsedSize) in cacheTotalSizeAndTotalUsedSize()
107 result.totalUsedSize = mSharedPreferences.getLong(TOTAL_USED_SIZE_KEY, 0); in retrieveCachedSize()