Home
last modified time | relevance | path

Searched defs:createSocket (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java492 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { in createSocket() method in SSLCertificateSocketFactory
513 public Socket createSocket() throws IOException { in createSocket() method in SSLCertificateSocketFactory
532 public Socket createSocket(InetAddress addr, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory
553 public Socket createSocket(InetAddress addr, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
572 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory
596 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
DNetwork.java214 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in Network.NetworkBoundSocketFactory
220 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in Network.NetworkBoundSocketFactory
235 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
248 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
253 public Socket createSocket() throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
/frameworks/base/core/java/org/apache/http/conn/scheme/
DLayeredSocketFactory.java70 Socket createSocket( in createSocket() method
DSocketFactory.java70 Socket createSocket() in createSocket() method
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java289 public Socket createSocket() in createSocket() method in SSLSocketFactory
398 public Socket createSocket( in createSocket() method in SSLSocketFactory
/frameworks/base/tests/net/java/android/net/netlink/
DInetDiagSocketTest.java87 public FileDescriptor createSocket() throws Exception { in createSocket() method in InetDiagSocketTest.Connection
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...