Searched refs:mCacheStorageInfo (Results 1 – 1 of 1) sorted by relevance
84 private CacheStorageUsageInfo mCacheStorageInfo; field in ManageCachePage185 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()