Home
last modified time | relevance | path

Searched defs:getHostAddress (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/net/
DInet4Address.annotated.java59 public java.lang.String getHostAddress() { throw new RuntimeException("Stub!"); } in getHostAddress() method in Inet4Address
DInet6Address.annotated.java66 public java.lang.String getHostAddress() { throw new RuntimeException("Stub!"); } in getHostAddress() method in Inet6Address
DInetAddress.annotated.java70 public java.lang.String getHostAddress() { throw new RuntimeException("Stub!"); } in getHostAddress() method in InetAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet4Address.java95 public java.lang.String getHostAddress() { in getHostAddress() method in Inet4Address
DInetAddress.java117 public java.lang.String getHostAddress() { in getHostAddress() method in InetAddress
DInet6Address.java160 public java.lang.String getHostAddress() { in getHostAddress() method in Inet6Address
/libcore/ojluni/src/main/java/java/net/
DInet4Address.java345 public String getHostAddress() { in getHostAddress() method in Inet4Address
DURLStreamHandler.java468 protected synchronized InetAddress getHostAddress(URL u) { in getHostAddress() method in URLStreamHandler
DInetAddress.java700 public String getHostAddress() { in getHostAddress() method in InetAddress
DInet6Address.java896 public String getHostAddress() { in getHostAddress() method in Inet6Address
/libcore/luni/src/test/java/libcore/java/net/
DOldURLStreamHandlerTest.java188 @Override public InetAddress getHostAddress(URL u) { in getHostAddress() method in OldURLStreamHandlerTest.MockURLStreamHandler