Searched refs:TEST_IP_ADDRESS_1 (Results 1 – 1 of 1) sorted by relevance
63 private static final String TEST_IP_ADDRESS_1 = "127.0.0.2"; field in EpdgSelectorTest162 .thenReturn(new InetAddress[] {InetAddress.getByName(TEST_IP_ADDRESS_1)}); in testPlmnResolutionMethodWithNoPlmnInCarrierConfig()168 assertTrue(testInetAddresses.contains(InetAddress.getByName(TEST_IP_ADDRESS_1))); in testPlmnResolutionMethodWithNoPlmnInCarrierConfig()193 .thenReturn(new InetAddress[] {InetAddress.getByName(TEST_IP_ADDRESS_1)}); in testPlmnResolutionMethod()209 assertEquals(testInetAddresses.get(2), InetAddress.getByName(TEST_IP_ADDRESS_1)); in testPlmnResolutionMethod()220 .thenReturn(new InetAddress[] {InetAddress.getByName(TEST_IP_ADDRESS_1)}); in testCarrierConfigStaticAddressList()237 assertEquals(testInetAddresses.get(0), InetAddress.getByName(TEST_IP_ADDRESS_1)); in testCarrierConfigStaticAddressList()390 .thenReturn(new InetAddress[] {InetAddress.getByName(TEST_IP_ADDRESS_1)}); in testCellularResolutionMethod()403 assertEquals(testInetAddresses.get(1), InetAddress.getByName(TEST_IP_ADDRESS_1)); in testCellularResolutionMethod()