Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java82 private LruCache<String, Session> mSessionCache = new LruCache<>(MAX_RESULT_ID_TO_CACHE); field in SmartActionsHelper
92 mSessionCache.remove(entry.getSbn().getKey()); in suggest()
145 mSessionCache.put(entry.getSbn().getKey(), new Session(resultId, repliesScore)); in suggest()
297 Session session = mSessionCache.get(entry.getSbn().getKey()); in onNotificationExpansionChanged()
315 Session session = mSessionCache.get(key); in onNotificationDirectReplied()
331 Session session = mSessionCache.get(key); in onSuggestedReplySent()
349 Session session = mSessionCache.get(key); in onActionClicked()