Searched refs:linkProperties (Results 1 – 3 of 3) sorted by relevance
182 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() argument185 Logging.d(TAG, "link properties changed: " + linkProperties.toString()); in onLinkPropertiesChanged()401 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in networkToInfo() local403 if (linkProperties == null) { in networkToInfo()407 if (linkProperties.getInterfaceName() == null) { in networkToInfo()435 linkProperties.getInterfaceName(), connectionType, underlyingConnectionTypeForVpn, in networkToInfo()436 networkToNetId(network), getIPAddresses(linkProperties)); in networkToInfo()474 IPAddress[] getIPAddresses(LinkProperties linkProperties) { in getIPAddresses() argument475 IPAddress[] ipAddresses = new IPAddress[linkProperties.getLinkAddresses().size()]; in getIPAddresses()477 for (LinkAddress linkAddress : linkProperties.getLinkAddresses()) { in getIPAddresses()
385 public void setLinkProperties(Network network, LinkProperties linkProperties) { in setLinkProperties() argument386 linkPropertiesMap.put(network, linkProperties); in setLinkProperties()
306 LinkProperties linkProperties) { in onLinkPropertiesChanged() argument314 linkProperties.getInterfaceName())); in onLinkPropertiesChanged()