Home
last modified time | relevance | path

Searched defs:sessionCache (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/android/src/android/net/http/
DAndroidHttpClient.java126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance() local
/external/libtextclassifier/notification/src/com/android/textclassifier/notification/
DSmartSuggestionsHelper.java88 private final LruCache<String, SmartSuggestionsLogSession> sessionCache = field in SmartSuggestionsHelper