Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSSLSessionCache.java44 /* package */ final SSLClientSessionCache mSessionCache; field in SSLSessionCache
63 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()
DSSLCertificateSocketFactory.java132 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory
146 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()
259 .setPersistentCache(mSessionCache); in makeSocketFactory()