HomeSort by relevance Sort by last modified time
    Searched refs:getHostName (Results 26 - 50 of 61) sorted by null

12 3

  /frameworks/base/core/java/android/webkit/
Network.java 273 return mRequestQueue.getProxyHost().getHostName();
  /libcore/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java 207 throw new SocketException("Host is unresolved: " + inetAddr.getHostName());
InetAddress.java 50 * <p>An {@code InetAddress} may have a hostname (accessible via {@code getHostName}), but may not,
310 public String getHostName() {
    [all...]
PlainSocketImpl.java 312 proxyName = addr.getHostName();
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 322 this.socketHost = proxySocketAddress.getHostName();
HttpURLConnectionImpl.java 207 ? ((InetSocketAddress) proxy.address()).getHostName()
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 76 s = new Socket(InetAddress.getLocalHost().getHostName(), sport);
119 s = new Socket(InetAddress.getLocalHost().getHostName(), sport,
147 s = new Socket(InetAddress.getLocalHost().getHostName(), sport, true);
150 s = new Socket(InetAddress.getLocalHost().getHostName(), sport, false);
166 s = new Socket(InetAddress.getLocalHost().getHostName(), sport,
275 s = new Socket(InetAddress.getLocalHost().getHostName(), sport,
358 s = new Socket(InetAddress.getLocalHost().getHostName(), sport,
385 s = new Socket(InetAddress.getLocalHost().getHostName(), sport,
614 s = new Socket(InetAddress.getLocalHost().getHostName(), sport,
    [all...]
OldServerSocketTest.java 111 cs = new Socket(InetAddress.getLocalHost().getHostName(), port);
URLConnectionTest.java 89 hostName = server.getHostName();
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 191 logging(clnt.getInetAddress().getHostName(),
  /frameworks/base/core/java/android/net/http/
Request.java 392 return mHost.getHostName();
RequestQueue.java 431 String hostName = entry.getKey().getHostName();
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 226 socket.getInetAddress().getHostName(), socket.getPort(),
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 82 host = socket.getInetAddress().getHostName();
535 Socket client = new Socket(InetAddress.getLocalHost().getHostName(),
577 client = new Socket(InetAddress.getLocalHost().getHostName(),
    [all...]
ServerSocketTest.java 67 cs = new Socket(InetAddress.getLocalHost().getHostName(), port);
    [all...]
DatagramSocketTest.java 464 assertEquals(InetAddress.getByName(InetAddress.getLocalHost().getHostName()), ds.getLocalAddress());
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 59 assertEquals(InetAddress.getLocalHost().getHostName(), s.getPeerHost());
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java     [all...]
  /cts/tools/host/src/com/android/cts/
TestSessionLog.java 363 hostName = InetAddress.getLocalHost().getHostName();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java     [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 81 address = Inet6Address.getByAddress(address.getHostName(), address.getAddress(), nif.getIndex());
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 403 session.setPeer(socketOwner.getInetAddress().getHostName(), socketOwner.getPort());
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 443 return new X500Principal("CN=" + InetAddress.getLocalHost().getHostName());
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java     [all...]

Completed in 442 milliseconds

12 3