Home
last modified time | relevance | path

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

/external/libtextclassifier/notification/src/com/android/textclassifier/notification/
DSmartSuggestionsHelper.java88 private final LruCache<String, SmartSuggestionsLogSession> sessionCache = field in SmartSuggestionsHelper
118 sessionCache.remove(statusBarNotification.getKey()); in onNotificationEnqueued()
180 sessionCache.put(statusBarNotification.getKey(), session); in onNotificationEnqueued()
326 SmartSuggestionsLogSession session = sessionCache.get(key); in onNotificationExpansionChanged()
335 SmartSuggestionsLogSession session = sessionCache.get(key); in onNotificationDirectReplied()
350 SmartSuggestionsLogSession session = sessionCache.get(key); in onSuggestedReplySent()
365 SmartSuggestionsLogSession session = sessionCache.get(key); in onActionClicked()
374 sessionCache.evictAll(); in clearCache()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClient.java126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance() local
135 SOCKET_OPERATION_TIMEOUT, sessionCache), 443)); in newInstance()
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go322 sessionCache := c.config.ClientSessionCache
324 if sessionCache != nil {
332 candidateSession, ok := sessionCache.Get(cacheKey)
836 if sessionCache != nil && hs.session != nil && session != hs.session {
843 sessionCache.Put(cacheKey, hs.session)