Searched refs:mContentDescriptionCache (Results 1 – 1 of 1) sorted by relevance
73 private final TaskKeyLruCache<String> mContentDescriptionCache; field in RecentsTaskLoader112 mContentDescriptionCache = new TaskKeyLruCache<>(numRecentTasks, in RecentsTaskLoader()205 mContentDescriptionCache.remove(t.key); in deleteTaskData()244 mContentDescriptionCache.evictAll(); in onTrimMemory()299 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey); in getAndUpdateContentDescription()315 mContentDescriptionCache.put(taskKey, label); in getAndUpdateContentDescription()