Home
last modified time | relevance | path

Searched defs:linkProperties (Results 1 – 6 of 6) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DPreciseDataConnectionStateBuilder.java18 private LinkProperties linkProperties; field in PreciseDataConnectionStateBuilder
43 public PreciseDataConnectionStateBuilder setLinkProperties(LinkProperties linkProperties) { in setLinkProperties()
DShadowConnectivityManager.java465 public void setLinkProperties(Network network, LinkProperties linkProperties) { in setLinkProperties()
/external/cronet/base/android/java/src/org/chromium/base/compat/
DApiHelperForP.java31 public static boolean isPrivateDnsActive(LinkProperties linkProperties) { in isPrivateDnsActive()
36 public static String getPrivateDnsServerName(LinkProperties linkProperties) { in getPrivateDnsServerName()
/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java129 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
395 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in networkToInfo() local
481 IPAddress[] getIPAddresses(LinkProperties linkProperties) { in getIPAddresses()
/external/cronet/net/android/java/src/org/chromium/net/
DAndroidNetworkLibrary.java484 LinkProperties linkProperties; in getDnsStatus() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java307 LinkProperties linkProperties) { in onLinkPropertiesChanged()