Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DCacheClearer.java65 String getCacheSize(Context context) { in getCacheSize() method in CacheClearer
67 : mAppInfo.getCacheSize(); in getCacheSize()
DAppInfo.java106 public String getCacheSize() { in getCacheSize() method in AppInfo
DAppManagementActivity.java685 return mCacheClearer.getCacheSize(AppManagementActivity.this);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMediaObject.java140 public long getCacheSize() { in getCacheSize() method in MediaObject
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java184 long sizeOfTarget = targetSet.getCacheSize(); in onSingleTapUp()