Searched refs:buildUpstreamLinkProperties (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinatorTest.java | 170 private LinkProperties buildUpstreamLinkProperties(boolean withIPv4, boolean withIPv6, in buildUpstreamLinkProperties() method in PrivateAddressCoordinatorTest 214 final LinkProperties v6OnlyMobileProp = buildUpstreamLinkProperties(false, true, true); in testNoConflictUpstreamPrefix() 219 final LinkProperties v4OnlyMobileProp = buildUpstreamLinkProperties(true, false, true); in testNoConflictUpstreamPrefix() 223 final LinkProperties v4v6MobileProp = buildUpstreamLinkProperties(true, true, true); in testNoConflictUpstreamPrefix() 227 final LinkProperties v6OnlyWifiProp = buildUpstreamLinkProperties(false, true, false); in testNoConflictUpstreamPrefix() 232 final LinkProperties v4OnlyWifiProp = buildUpstreamLinkProperties(true, false, false); in testNoConflictUpstreamPrefix()
|