Searched refs:mSessionCache (Results 1 – 2 of 2) sorted by relevance
42 /* package */ final SSLClientSessionCache mSessionCache; field in SSLSessionCache61 cache == null ? null : cache.mSessionCache); in install()75 mSessionCache = (SSLClientSessionCache) cache; in SSLSessionCache()87 mSessionCache = FileClientSessionCache.usingDirectory(dir); in SSLSessionCache()104 mSessionCache = cache; in SSLSessionCache()
95 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory107 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()217 sslContext.engineGetClientSessionContext().setPersistentCache(mSessionCache); in makeSocketFactory()