Searched refs:NetworkAsKey (Results 1 – 1 of 1) sorted by relevance
422 final NetworkAsKey networkKey = new NetworkAsKey(network); in handleLinkPropertiesChanged()516 mActiveNetworksTransports.get(((NetworkAsKey) networkKey).mNetwork); in createSocket()535 networkKey == LOCAL_NET ? null : ((NetworkAsKey) networkKey).mNetwork; in createSocket()647 createSocket(new NetworkAsKey(network), lp); in retrieveAndNotifySocketFromNetwork()809 private static class NetworkAsKey implements NetworkKey { class in MdnsSocketProvider812 NetworkAsKey(Network network) { in NetworkAsKey() method in MdnsSocketProvider.NetworkAsKey823 if (!(other instanceof NetworkAsKey)) { in equals()826 return mNetwork.equals(((NetworkAsKey) other).mNetwork); in equals()