Home
last modified time | relevance | path

Searched refs:cellLp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DUpstreamNetworkMonitorTest.java375 final LinkProperties cellLp = new LinkProperties(); in testLocalPrefixes() local
376 cellLp.setInterfaceName("rmnet_data0"); in testLocalPrefixes()
382 cellLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()
385 cellAgent.sendLinkProperties(cellLp); in testLocalPrefixes()
404 cellLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java3871 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local
3872 cellLp.setInterfaceName(MOBILE_IFNAME); in testBasicDnsConfigurationPushed()
3876 cellLp.addLinkAddress(new LinkAddress("192.0.2.4/24")); in testBasicDnsConfigurationPushed()
3877 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("192.0.2.4"), in testBasicDnsConfigurationPushed()
3879 cellLp.addLinkAddress(new LinkAddress("2001:db8:1::1/64")); in testBasicDnsConfigurationPushed()
3880 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("2001:db8:1::1"), in testBasicDnsConfigurationPushed()
3882 mCellNetworkAgent.sendLinkProperties(cellLp); in testBasicDnsConfigurationPushed()
3890 cellLp.addDnsServer(InetAddress.getByName("2001:db8::1")); in testBasicDnsConfigurationPushed()
3891 mCellNetworkAgent.sendLinkProperties(cellLp); in testBasicDnsConfigurationPushed()
3902 cellLp.addDnsServer(InetAddress.getByName("192.0.2.1")); in testBasicDnsConfigurationPushed()
[all …]