Searched refs:mSessionCache (Results 1 – 2 of 2) sorted by relevance
38 /* package */ final SSLClientSessionCache mSessionCache; field in SSLSessionCache49 mSessionCache = FileClientSessionCache.usingDirectory(dir); in SSLSessionCache()66 mSessionCache = cache; in SSLSessionCache()
93 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory105 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()207 sslContext.engineGetClientSessionContext().setPersistentCache(mSessionCache); in makeSocketFactory()