Searched refs:mContentDescriptionCache (Results 1 – 1 of 1) sorted by relevance
68 private final TaskKeyLruCache<String> mContentDescriptionCache; field in RecentsTaskLoader107 mContentDescriptionCache = new TaskKeyLruCache<>(numRecentTasks, in RecentsTaskLoader()201 mContentDescriptionCache.remove(t.key); in deleteTaskData()240 mContentDescriptionCache.evictAll(); in onTrimMemory()295 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey); in getAndUpdateContentDescription()311 mContentDescriptionCache.put(taskKey, label); in getAndUpdateContentDescription()