Searched refs:cellLp (Results 1 – 2 of 2) sorted by relevance
4782 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local4783 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()4789 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()4858 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local4859 cellLp.setInterfaceName(MOBILE_IFNAME); in testBasicDnsConfigurationPushed()4863 cellLp.addLinkAddress(new LinkAddress("192.0.2.4/24")); in testBasicDnsConfigurationPushed()4864 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("192.0.2.4"), in testBasicDnsConfigurationPushed()4866 cellLp.addLinkAddress(new LinkAddress("2001:db8:1::1/64")); in testBasicDnsConfigurationPushed()4867 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("2001:db8:1::1"), in testBasicDnsConfigurationPushed()4869 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()