Home
last modified time | relevance | path

Searched refs:mSessionCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DSSLSessionCache.java38 /* package */ final SSLClientSessionCache mSessionCache; field in SSLSessionCache
49 mSessionCache = FileClientSessionCache.usingDirectory(dir); in SSLSessionCache()
66 mSessionCache = cache; in SSLSessionCache()
DSSLCertificateSocketFactory.java93 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory
105 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()
207 sslContext.engineGetClientSessionContext().setPersistentCache(mSessionCache); in makeSocketFactory()