Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java182 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() argument
185 Logging.d(TAG, "link properties changed: " + linkProperties.toString()); in onLinkPropertiesChanged()
401 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in networkToInfo() local
403 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() argument
475 IPAddress[] ipAddresses = new IPAddress[linkProperties.getLinkAddresses().size()]; in getIPAddresses()
477 for (LinkAddress linkAddress : linkProperties.getLinkAddresses()) { in getIPAddresses()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java385 public void setLinkProperties(Network network, LinkProperties linkProperties) { in setLinkProperties() argument
386 linkPropertiesMap.put(network, linkProperties); in setLinkProperties()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java306 LinkProperties linkProperties) { in onLinkPropertiesChanged() argument
314 linkProperties.getInterfaceName())); in onLinkPropertiesChanged()