Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCacheStorageUsageInfo.java78 public long getExpectedUsedBytes() { in getExpectedUsedBytes() method in CacheStorageUsageInfo
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java370 long expectedBytes = mCacheStorageInfo.getExpectedUsedBytes(); in refreshCacheStorageInfo()