Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressTest.java300 theAddress.getCanonicalHostName().length() != 0); in test_getCanonicalHostName()
/libcore/luni/src/main/java/java/net/
DInetAddress.java349 public String getCanonicalHostName() { in getCanonicalHostName() method in InetAddress