Searched defs:testAddress (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetAddressThreadTest.java42 private InetAddress testAddress; field in class:InetAddressThreadTest.threadsafeTestThread
58 InetAddress testAddress, int type) {
61 this.testAddress = testAddress;
67 String correctName = testAddress.getHostName();
68 String correctAddress = testAddress.getHostAddress();
57 threadsafeTestThread(String name, String lookupName, InetAddress testAddress, int type) argument

Completed in 60 milliseconds