Searched refs:TOTAL_USED_SIZE_KEY (Results 1 – 1 of 1) sorted by relevance
29 private static final String TOTAL_USED_SIZE_KEY = "total_used_size_key"; field in StorageCacheHelper83 .putLong(TOTAL_USED_SIZE_KEY, totalUsedSize) in cacheTotalSizeAndTotalUsedSize()107 result.totalUsedSize = mSharedPreferences.getLong(TOTAL_USED_SIZE_KEY, 0); in retrieveCachedSize()