HomeSort by relevance Sort by last modified time
    Searched defs:inetAddress (Results 1 - 10 of 10) sorted by null

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpSessionHeadersTest.java 7 import java.net.InetAddress;
26 InetAddress inetAddress = InetAddress.getByName(ipAddress);
27 NanoHTTPD.HTTPSession session = testServer.createSession(TEST_TEMP_FILE_MANAGER, inputStream, outputStream, inetAddress);
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 20 import java.net.InetAddress;
57 InetAddress inetAddress = null;
58 inetAddress = InetAddress.getLocalHost();
60 mFactory.createSocket(inetAddress, port);
67 InetAddress inetAddress1 = InetAddress.getLocalHost();
68 InetAddress inetAddress2 = InetAddress.getLocalHost()
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
SettingsMenuFragment.java 24 import java.net.InetAddress;
136 for (Enumeration<InetAddress> enumIpAddr =
139 InetAddress inetAddress = enumIpAddr.nextElement();
140 if (!inetAddress.isLoopbackAddress()) {
143 localIp = inetAddress.getHostAddress().toString();
  /external/nist-sip/java/gov/nist/core/
Host.java 60 * at the end of IPv6 addresses generated by InetAddress.getHostAddress().
81 private InetAddress inetAddress;
174 if (inetAddress == null)
175 inetAddress = InetAddress.getByName(hostname);
176 rawIpAddress = inetAddress.getHostAddress();
208 //set inetAddress to null so that it would be reinited
210 inetAddress = null;
267 public InetAddress getInetAddress() throws java.net.UnknownHostException
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 68 import java.net.InetAddress;
526 InetAddress inetAddress = null;
528 inetAddress = InetAddress.getByName(mTdlsAddr);
529 mWm.setTdlsEnabled(inetAddress, true);
538 InetAddress inetAddress = null;
540 inetAddress = InetAddress.getByName(mTdlsAddr)
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 26 import java.net.InetAddress;
194 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters)
206 InetAddress clientAddress, int clientPort,
216 protected OpenSSLSocketImpl(InetAddress address, int port,
217 InetAddress clientAddress, int clientPort,
425 InetAddress inetAddress = super.getInetAddress();
426 if (inetAddress != null) {
427 resolvedHostname = inetAddress.getHostName();
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 67 import java.net.InetAddress;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 571 milliseconds