Searched refs:mContentDescriptionCache (Results 1 – 1 of 1) sorted by relevance
262 StringLruCache mContentDescriptionCache; field in RecentsTaskLoader302 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()