Searched refs:mSessionCache (Results 1 – 3 of 3) 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()
101 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory113 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()223 sslContext.engineGetClientSessionContext().setPersistentCache(mSessionCache); in makeSocketFactory()
3575 Landroid/net/SSLCertificateSocketFactory;->mSessionCache:Lcom/android/org/conscrypt/SSLClientSessio…3582 Landroid/net/SSLSessionCache;->mSessionCache:Lcom/android/org/conscrypt/SSLClientSessionCache;