Searched refs:anotherInterfaceAddr (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DInterfaceAddressTest.java33 private InterfaceAddress anotherInterfaceAddr; field in class:InterfaceAddressTest
42 assertEquals(anotherInterfaceAddr, interfaceAddr);
43 assertEquals(anotherInterfaceAddr.hashCode(), interfaceAddr
58 assertTrue(interfaceAddr.equals(anotherInterfaceAddr));
59 assertNotSame(anotherInterfaceAddr, interfaceAddr);
70 assertEquals(anotherInterfaceAddr.toString(), interfaceAddr
86 InetAddress addr2 = anotherInterfaceAddr.getAddress();
100 InetAddress addr2 = anotherInterfaceAddr.getBroadcast();
117 short prefix2 = anotherInterfaceAddr.getNetworkPrefixLength();
151 anotherInterfaceAddr
[all...]

Completed in 31 milliseconds