Searched refs:hasGlobalIPv6Address (Results 1 – 4 of 4) sorted by relevance
363 assertFalse(lp.hasGlobalIPv6Address()); in testAddressMethods()372 assertTrue(stacked.hasGlobalIPv6Address()); in testAddressMethods()374 assertFalse(lp.hasGlobalIPv6Address()); in testAddressMethods()377 assertFalse(lp.hasGlobalIPv6Address()); in testAddressMethods()386 assertTrue(lp.hasGlobalIPv6Address()); in testAddressMethods()393 assertFalse(lp.hasGlobalIPv6Address()); in testAddressMethods()398 assertFalse(lp.hasGlobalIPv6Address()); in testAddressMethods()403 assertTrue(lp.hasGlobalIPv6Address()); in testAddressMethods()408 assertTrue(lp.hasGlobalIPv6Address()); in testAddressMethods()
608 public boolean hasGlobalIPv6Address() { in hasGlobalIPv6Address() method in LinkProperties696 return (hasGlobalIPv6Address() && in hasIPv6()
2877 if (mLinkProperties.hasGlobalIPv6Address()) { in getLogRecString()2953 if (mLinkProperties.hasGlobalIPv6Address()) { in getLogRecString()4011 if (mLinkProperties.hasGlobalIPv6Address()) { in updateLinkProperties()
1660 if (LinkProperties.isValidMtu(mtu, newLp.hasGlobalIPv6Address()) == false) { in updateMtu()