Searched refs:cellLp (Results 1 – 2 of 2) sorted by relevance
375 final LinkProperties cellLp = new LinkProperties(); in testLocalPrefixes() local376 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()
3871 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local3872 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 …]