Searched refs:mNetworkToInterface (Results 1 – 1 of 1) sorted by relevance
205 private final HashMap<Network, String> mNetworkToInterface; field in ThreadNetworkControllerService236 mNetworkToInterface = new HashMap<Network, String>(); in ThreadNetworkControllerService()662 mNetworkToInterface.clear(); in cancelRequestUpstreamNetwork()687 String existingIfName = mNetworkToInterface.get(network); in onLinkPropertiesChanged()693 mNetworkToInterface.put(network, newIfName); in onLinkPropertiesChanged()697 enableBorderRouting(mNetworkToInterface.get(mUpstreamNetwork)); in onLinkPropertiesChanged()733 if (mNetworkToInterface.containsKey(mUpstreamNetwork)) { in onLocalNetworkInfoChanged()734 enableBorderRouting(mNetworkToInterface.get(mUpstreamNetwork)); in onLocalNetworkInfoChanged()