Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1033 List<InetAddress> ipList1 = new ArrayList<>(); in testGetValidEpdgAddress_DiffAddr() local
1034 ipList1.add(InetAddress.getByName("1.1.1.1")); in testGetValidEpdgAddress_DiffAddr()
1035 mEpdgTunnelManager.validateAndSetEpdgAddress(ipList1); in testGetValidEpdgAddress_DiffAddr()
1080 List<InetAddress> ipList1 = new ArrayList<>(); in testGetValidEpdgAddress_NextAddr() local
1081 ipList1.add(InetAddress.getByName("1.1.1.1")); in testGetValidEpdgAddress_NextAddr()
1082 ipList1.add(InetAddress.getByName("8.8.8.8")); in testGetValidEpdgAddress_NextAddr()
1083 mEpdgTunnelManager.validateAndSetEpdgAddress(ipList1); in testGetValidEpdgAddress_NextAddr()
1130 List<InetAddress> ipList1 = in testGetValidEpdgAddress_WhenExcludeFailedIpEnabled() local
1132 mEpdgTunnelManager.validateAndSetEpdgAddress(ipList1); in testGetValidEpdgAddress_WhenExcludeFailedIpEnabled()