Searched refs:TOTAL_SIZE_KEY (Results 1 – 1 of 1) sorted by relevance
28 private static final String TOTAL_SIZE_KEY = "total_size_key"; field in StorageCacheHelper82 .putLong(TOTAL_SIZE_KEY, totalSize) in cacheTotalSizeAndTotalUsedSize()106 result.totalSize = mSharedPreferences.getLong(TOTAL_SIZE_KEY, 0); in retrieveCachedSize()