Home
last modified time | relevance | path

Searched refs:hostAddress (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressThreadTest.java87 String hostAddress = ia.getHostAddress(); in run() local
102 if (!correctAddress.equals(hostAddress)) { in run()
107 + hostAddress in run()
/libcore/ojluni/src/main/java/java/net/
DURLStreamHandler.java469 if (u.hostAddress != null) in getHostAddress()
470 return u.hostAddress; in getHostAddress()
477 u.hostAddress = InetAddress.getByName(host); in getHostAddress()
484 return u.hostAddress; in getHostAddress()
DURL.java221 transient InetAddress hostAddress; field in URL
691 hostAddress = null; in set()
732 hostAddress = null; in set()
/libcore/ojluni/annotations/hiddenapi/java/net/
DURL.java254 transient java.net.InetAddress hostAddress; field in URL