Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DNetwork.java226 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in Network.NetworkBoundSocketFactory
232 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in Network.NetworkBoundSocketFactory
247 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
260 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
265 public Socket createSocket() throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
/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
/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java77 public FileDescriptor createSocket() throws Exception { in createSocket() method in InetDiagSocketIntegrationTest.Connection
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DRouterAdvertisementDaemon.java504 private boolean createSocket() { in createSocket() method in RouterAdvertisementDaemon