Searched refs:isNetworkMatched (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.server.connectivity.mdns.util.MdnsUtils.isNetworkMatched;608 if (isNetworkMatched(requestedNetwork, network)) { in notifySocketCreated()620 if (isNetworkMatched(requestedNetwork, network)) { in notifyInterfaceDestroyed()631 if (isNetworkMatched(requestedNetwork, network)) { in notifyAddressesChanged()
164 public static boolean isNetworkMatched(@Nullable Network targetNetwork, in isNetworkMatched() method in MdnsUtils