Searched refs:mSslSocketFactory (Results 1 – 2 of 2) sorted by relevance
208 private SSLSocketFactory mSslSocketFactory; field in InstrumentationCtsTestRunner.TestEnvironment215 mSslSocketFactory = HttpsURLConnection.getDefaultSSLSocketFactory(); in TestEnvironment()226 HttpsURLConnection.setDefaultSSLSocketFactory(mSslSocketFactory); in reset()
46907 private static javax.net.ssl.SSLSocketFactory mSslSocketFactory