Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/net/
DInetAddress.annotated.java66 public java.lang.String getCanonicalHostName() { throw new RuntimeException("Stub!"); } in getCanonicalHostName() method in InetAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInetAddress.java105 public java.lang.String getCanonicalHostName() { in getCanonicalHostName() method in InetAddress
/libcore/ojluni/src/main/java/java/net/
DInetAddress.java624 public String getCanonicalHostName() { in getCanonicalHostName() method in InetAddress
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressTest.java283 theAddress.getCanonicalHostName().length() != 0); in test_getCanonicalHostName()