Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppIconCacheManager.java36 private static AppIconCacheManager sAppIconCacheManager; field in AppIconCacheManager
56 if (sAppIconCacheManager == null) { in getInstance()
57 sAppIconCacheManager = new AppIconCacheManager(); in getInstance()
59 return sAppIconCacheManager; in getInstance()
100 if (sAppIconCacheManager != null) { in release()
101 sAppIconCacheManager.mDrawableCache.evictAll(); in release()
124 if (sAppIconCacheManager != null) { in trimMemory()
125 sAppIconCacheManager.mDrawableCache.trimToSize(0); in trimMemory()
130 if (sAppIconCacheManager != null) { in trimMemory()
131 final int maxSize = sAppIconCacheManager.mDrawableCache.maxSize(); in trimMemory()
[all …]