Searched refs:mNetworkAgentInfos (Results 1 – 1 of 1) sorted by relevance
2016 for (final NetworkAgentInfo nai : mNetworkAgentInfos.values()) { in handleRestrictBackgroundChanged()2677 networks = mNetworkAgentInfos.values().toArray(networks); in networksSortedById()2718 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo); in maybeHandleAsyncChannelMessage()2731 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo); in maybeHandleNetworkAgentMessage()3164 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) { in handlePrivateDnsSettingsChanged()3274 } else if (mNetworkAgentInfos.containsKey(msg.replyTo)) { in handleAsyncChannelHalfConnect()3278 mNetworkAgentInfos.get(msg.replyTo).asyncChannel. in handleAsyncChannelHalfConnect()3282 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo); in handleAsyncChannelHalfConnect()3300 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo); in handleAsyncChannelDisconnected()3350 mNetworkAgentInfos.remove(nai.messenger); in disconnectAndDestroyNetwork()[all …]