Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java290 public void onServerListChanged(int transactionId, List<InetAddress> validIPList) {
292 validIPList, new IwlanError(IwlanError.NO_ERROR), transactionId);
2954 List<InetAddress> validIPList, IwlanError result, int transactionId) { in sendSelectionRequestComplete() argument
2958 new EpdgSelectorResult(validIPList, result, transactionId); in sendSelectionRequestComplete()
DEpdgSelector.java154 void onServerListChanged(int transactionId, List<InetAddress> validIPList); in onServerListChanged() argument
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgSelectorTest.java595 int transactionId, List<InetAddress> validIPList) { in getValidatedServerListWithIpPreference()
598 for (InetAddress mInetAddress : validIPList) { in getValidatedServerListWithIpPreference()