Searched defs:mSslSocketFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java59 private static SSLSocketFactory mSslSocketFactory = null; field in class:HttpsConnection
105 mSslSocketFactory = sslContext.engineGetSocketFactory();
115 return mSslSocketFactory;

Completed in 90 milliseconds