Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DSSLUtils.java53 private static javax.net.ssl.SSLSocketFactory sSecureFactory; field in SSLUtils
177 if (sSecureFactory == null) { in getSSLSocketFactory()
181 sSecureFactory = secureFactory; in getSSLSocketFactory()
183 return sSecureFactory; in getSSLSocketFactory()