Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java205 private final HashMap<Network, String> mNetworkToInterface; field in ThreadNetworkControllerService
236 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()