Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DSSLSocketFactoryWrapper.java111 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
DSSLSocketFactory.java273 public Socket createSocket() in createSocket() method in SSLSocketFactory
377 public Socket createSocket( in createSocket() method in SSLSocketFactory
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java173 Socket createSocket() throws MessagingException; in createSocket() method
181 protected Socket createSocket() throws MessagingException { in createSocket() method in MailTransport