Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java422 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 MdnsSocketProvider
812 NetworkAsKey(Network network) { in NetworkAsKey() method in MdnsSocketProvider.NetworkAsKey
823 if (!(other instanceof NetworkAsKey)) { in equals()
826 return mNetwork.equals(((NetworkAsKey) other).mNetwork); in equals()