Searched refs:mSessionCache (Results 1 – 3 of 3) sorted by relevance
44 /* package */ final SSLClientSessionCache mSessionCache; field in SSLSessionCache63 cache == null ? null : cache.mSessionCache); in install()77 mSessionCache = (SSLClientSessionCache) cache; in SSLSessionCache()89 mSessionCache = FileClientSessionCache.usingDirectory(dir); in SSLSessionCache()106 mSessionCache = cache; in SSLSessionCache()
132 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory146 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()259 .setPersistentCache(mSessionCache); in makeSocketFactory()
174 private final SessionCache mSessionCache; field in TextClassificationManagerService189 mSessionCache = new SessionCache(mLock); in TextClassificationManagerService()370 mSessionCache.put(sessionId, classificationContext); in onCreateTextClassificationSession()390 mSessionCache.get(sessionId.getToken()); in onDestroyTextClassificationSession()406 mSessionCache.remove(sessionId.getToken()); in onDestroyTextClassificationSession()473 pw.println("Number of active sessions: " + mSessionCache.size()); in dump()