Searched refs:cellLp (Results 1 – 2 of 2) sorted by relevance
4940 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local4941 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()4947 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()5037 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local5038 cellLp.setInterfaceName(MOBILE_IFNAME); in testBasicDnsConfigurationPushed()5042 cellLp.addLinkAddress(new LinkAddress("192.0.2.4/24")); in testBasicDnsConfigurationPushed()5043 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("192.0.2.4"), in testBasicDnsConfigurationPushed()5045 cellLp.addLinkAddress(new LinkAddress("2001:db8:1::1/64")); in testBasicDnsConfigurationPushed()5046 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("2001:db8:1::1"), in testBasicDnsConfigurationPushed()5048 mCellNetworkAgent.sendLinkProperties(cellLp); in testBasicDnsConfigurationPushed()[all …]
459 final LinkProperties cellLp = cellAgent.linkProperties; in testLocalPrefixes() local460 cellLp.setInterfaceName("rmnet_data0"); in testLocalPrefixes()466 cellLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()