Home
last modified time | relevance | path

Searched refs:TEST_IP_ADDRESS_1 (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java63 private static final String TEST_IP_ADDRESS_1 = "127.0.0.2"; field in EpdgSelectorTest
162 .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()