Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java84 private CacheStorageUsageInfo mCacheStorageInfo; field in ManageCachePage
185 mCacheStorageInfo.increaseTargetCacheSize( in onSingleTapUp()
196 mCacheStorageInfo = new CacheStorageUsageInfo(mActivity); in onCreate()
250 mCacheStorageInfo.loadStorageInfo(jc);
368 long totalBytes = mCacheStorageInfo.getTotalBytes(); in refreshCacheStorageInfo()
369 long usedBytes = mCacheStorageInfo.getUsedBytes(); in refreshCacheStorageInfo()
370 long expectedBytes = mCacheStorageInfo.getExpectedUsedBytes(); in refreshCacheStorageInfo()
371 long freeBytes = mCacheStorageInfo.getFreeBytes(); in refreshCacheStorageInfo()