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 | 165 private LinkProperties buildUpstreamLinkProperties(boolean withIPv4, boolean withIPv6, in buildUpstreamLinkProperties() method in PrivateAddressCoordinatorTest 209 final LinkProperties v6OnlyMobileProp = buildUpstreamLinkProperties(false, true, true); in testNoConflictUpstreamPrefix() 214 final LinkProperties v4OnlyMobileProp = buildUpstreamLinkProperties(true, false, true); in testNoConflictUpstreamPrefix() 218 final LinkProperties v4v6MobileProp = buildUpstreamLinkProperties(true, true, true); in testNoConflictUpstreamPrefix() 222 final LinkProperties v6OnlyWifiProp = buildUpstreamLinkProperties(false, true, false); in testNoConflictUpstreamPrefix() 227 final LinkProperties v4OnlyWifiProp = buildUpstreamLinkProperties(true, false, false); in testNoConflictUpstreamPrefix()
|