Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java73 private final TaskKeyLruCache<String> mContentDescriptionCache; field in RecentsTaskLoader
112 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()