Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java262 StringLruCache mContentDescriptionCache; field in RecentsTaskLoader
302 mContentDescriptionCache = new StringLruCache(100); in RecentsTaskLoader()
360 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey); in getAndUpdateContentDescription()
371 mContentDescriptionCache.put(taskKey, label); in getAndUpdateContentDescription()
575 mContentDescriptionCache.evictAll(); in onTrimMemory()