Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DTestUtils.java39 Socket s = context.getSocketFactory().createSocket(host, port); in assertConnectionFails()
48 Socket s = context.getSocketFactory().createSocket(host, port); in assertConnectionSucceeds()
56 connection.setSSLSocketFactory(context.getSocketFactory()); in assertUrlConnectionFails()
69 connection.setSSLSocketFactory(context.getSocketFactory()); in assertUrlConnectionSucceeds()
H A DXmlConfigTests.java113 SSLSocket socket = (SSLSocket) context.getSocketFactory() in testBasicDomainConfig()
/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java62 server.useHttps(testSSLContext.serverContext.getSocketFactory(), false); in testConnectToHttps()
86 .newInstance(testSSLContext.clientContext.getSocketFactory()); in newSslSocketFactory()
151 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); in testConnectViaHttpProxyToHttps()
/aosp14/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java177 public static SSLSocketFactory getSocketFactory() { in getSocketFactory() method in SSLSocketFactory
213 this.socketfactory = this.sslcontext.getSocketFactory(); in SSLSocketFactory()
/aosp14/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java260 return sslContext.getSocketFactory(); in makeSocketFactory()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt22774 HSPLcom/android/okhttp/Address;->getSocketFactory()Ljavax/net/SocketFactory;
22927 HSPLcom/android/okhttp/OkHttpClient;->getSocketFactory()Ljavax/net/SocketFactory;
30992 HSPLjavax/net/ssl/SSLContext;->getSocketFactory()Ljavax/net/ssl/SSLSocketFactory;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt61796 method @Deprecated public static org.apache.http.conn.ssl.SSLSocketFactory getSocketFactory();