HomeSort by relevance Sort by last modified time
    Searched refs:hasGlobalIPv6Address (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetheringInterfaceUtils.java 75 ns.linkProperties.hasGlobalIPv6Address() &&
IPv6TetheringCoordinator.java 194 if (lp.hasIPv6DefaultRoute() && lp.hasGlobalIPv6Address()) {
  /frameworks/base/tests/net/java/android/net/
LinkPropertiesTest.java 385 assertFalse(lp.hasGlobalIPv6Address());
394 assertTrue(stacked.hasGlobalIPv6Address());
396 assertFalse(lp.hasGlobalIPv6Address());
399 assertFalse(lp.hasGlobalIPv6Address());
408 assertTrue(lp.hasGlobalIPv6Address());
415 assertFalse(lp.hasGlobalIPv6Address());
420 assertFalse(lp.hasGlobalIPv6Address());
425 assertTrue(lp.hasGlobalIPv6Address());
430 assertTrue(lp.hasGlobalIPv6Address());
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
DefaultNetworkMetrics.java 167 ev.ipv6 |= lp.hasGlobalIPv6Address() && lp.hasIPv6DefaultRoute();
NetworkDiagnostics.java 189 if (mLinkProperties.hasGlobalIPv6Address() || mLinkProperties.hasIPv6DefaultRoute()) {
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 290 if (lp.hasGlobalIPv6Address()) {
  /frameworks/base/core/java/android/net/
LinkProperties.java 850 public boolean hasGlobalIPv6Address() {
940 return (hasGlobalIPv6Address() &&
    [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpClient.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 1157 milliseconds