Searched refs:mCallbacksToRequestedNetworks (Results 1 – 1 of 1) sorted by relevance
93 private final ArrayMap<SocketCallback, Network> mCallbacksToRequestedNetworks = field in MdnsSocketProvider372 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 …]