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

/libcore/harmony-tests/src/test/java/org/apache/harmony/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 63 milliseconds