Searched refs:hostAddress (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DInetAddressThreadTest.java87 String hostAddress = ia.getHostAddress();
102 if (!correctAddress.equals(hostAddress)) {
107 + hostAddress
/libcore/ojluni/src/main/java/java/net/
H A DURLStreamHandler.java445 if (u.hostAddress != null)
446 return u.hostAddress;
453 u.hostAddress = InetAddress.getByName(host);
460 return u.hostAddress;
H A DURL.java208 * Computed on demand. An uninitialized or unknown hostAddress is null.
210 transient InetAddress hostAddress; field in class:URL
679 hostAddress = null;
718 hostAddress = null;

Completed in 87 milliseconds