Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java2499 List<InetAddress> addrList = mValidEpdgInfo.getAddrList(); in validateAndSetEpdgAddressLegacy()
2503 addrList = mValidEpdgInfo.getAddrList(); in validateAndSetEpdgAddressLegacy()
2784 public List<InetAddress> getAddrList() { in getAddrList() method in EpdgTunnelManager.EpdgInfo
2798 if (getIndex() >= getAddrList().size() - 1) { in incrementIndex()