Searched defs:mCacheStorageInfo (Results 1 - 1 of 1) sorted by relevance

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

Completed in 116 milliseconds