Searched refs:USED_SIZE_KEY (Results 1 – 1 of 1) sorted by relevance
40 private static final String USED_SIZE_KEY = "used_size_key"; field in StorageCacheHelper91 mSharedPreferences.edit().putLong(USED_SIZE_KEY, usedSize).apply(); in cacheUsedSize()98 return mSharedPreferences.getLong(USED_SIZE_KEY, 0); in retrieveUsedSize()