Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java93 private final ArrayMap<SocketCallback, Network> mCallbacksToRequestedNetworks = field in MdnsSocketProvider
372 if (mCallbacksToRequestedNetworks.isEmpty()) { in maybeStopMonitoringSockets()
405 || mCallbacksToRequestedNetworks.containsValue(network); in matchRequestedNetwork()
409 return mCallbacksToRequestedNetworks.containsValue(null); in hasAllNetworksRequest()
606 for (int i = 0; i < mCallbacksToRequestedNetworks.size(); i++) { in notifySocketCreated()
607 final Network requestedNetwork = mCallbacksToRequestedNetworks.valueAt(i); in notifySocketCreated()
609 mCallbacksToRequestedNetworks.keyAt(i).onSocketCreated(socketInfo.mSocketKey, in notifySocketCreated()
618 for (int i = 0; i < mCallbacksToRequestedNetworks.size(); i++) { in notifyInterfaceDestroyed()
619 final Network requestedNetwork = mCallbacksToRequestedNetworks.valueAt(i); in notifyInterfaceDestroyed()
621 mCallbacksToRequestedNetworks.keyAt(i) in notifyInterfaceDestroyed()
[all …]