Searched refs:ipList1 (Results 1 – 1 of 1) sorted by relevance
1033 List<InetAddress> ipList1 = new ArrayList<>(); in testGetValidEpdgAddress_DiffAddr() local1034 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() local1081 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() local1132 mEpdgTunnelManager.validateAndSetEpdgAddress(ipList1); in testGetValidEpdgAddress_WhenExcludeFailedIpEnabled()