Searched refs:mSessionCache (Results 1 – 2 of 2) sorted by relevance
44 /* package */ final SSLClientSessionCache mSessionCache; field in SSLSessionCache63 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()
132 private final SSLClientSessionCache mSessionCache; field in SSLCertificateSocketFactory146 mSessionCache = cache == null ? null : cache.mSessionCache; in SSLCertificateSocketFactory()259 .setPersistentCache(mSessionCache); in makeSocketFactory()