Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java70 SSLSocketFactory sslSocketFactory = newSslSocketFactory(testSSLContext); in testConnectToHttps()
83 private SSLSocketFactory newSslSocketFactory(TestSSLContext testSSLContext) throws Exception { in newSslSocketFactory() method in AbstractProxyTest
161 SSLSocketFactory sslSocketFactory = newSslSocketFactory(testSSLContext); in testConnectViaHttpProxyToHttps()