HomeSort by relevance Sort by last modified time
    Searched full:addressstr (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 278 String addressStr = "::1";
280 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress);
289 addressStr = "::1";
291 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress2);

Completed in 51 milliseconds