Searched refs:validIPList (Results 1 – 3 of 3) sorted by relevance
290 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() argument2958 new EpdgSelectorResult(validIPList, result, transactionId); in sendSelectionRequestComplete()
154 void onServerListChanged(int transactionId, List<InetAddress> validIPList); in onServerListChanged() argument
595 int transactionId, List<InetAddress> validIPList) { in getValidatedServerListWithIpPreference()598 for (InetAddress mInetAddress : validIPList) { in getValidatedServerListWithIpPreference()