Searched defs:createSocket (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | SSLSocketFactoryWrapper.java | 111 public Socket createSocket()throws IOException { in createSocket() method in SSLSocketFactoryWrapper 115 public Socket createSocket(final Socket socket, final String host, final int port, in createSocket() method in SSLSocketFactoryWrapper 127 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in SSLSocketFactoryWrapper 138 public Socket createSocket(String host, int i, InetAddress inetAddress, int i2) throws in createSocket() method in SSLSocketFactoryWrapper 150 public Socket createSocket(InetAddress inetAddress, int i) throws IOException { in createSocket() method in SSLSocketFactoryWrapper 158 public Socket createSocket(InetAddress inetAddress, int i, InetAddress inetAddress2, int i2) in createSocket() method in SSLSocketFactoryWrapper
|
D | SSLSocketFactory.java | 273 public Socket createSocket() in createSocket() method in SSLSocketFactory 377 public Socket createSocket( in createSocket() method in SSLSocketFactory
|