Searched refs:ipv4Addr (Results 1 – 1 of 1) sorted by relevance
129 InetAddress ipv4Addr = null; in testForStringIPv4Input() local131 ipv4Addr = InetAddress.getByName(ipStr); in testForStringIPv4Input()132 assertEquals(ipv4Addr, InetAddresses.forString(ipStr)); in testForStringIPv4Input()641 InetAddress ipv4Addr = InetAddresses.forString("127.0.0.1"); in testToInteger() local642 assertEquals(0x7f000001, InetAddresses.coerceToInteger(ipv4Addr)); in testToInteger()