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/
DConnectivityServiceTest.java4782 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local
4783 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()
4789 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()
4858 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local
4859 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 …]
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java459 final LinkProperties cellLp = cellAgent.linkProperties; in testLocalPrefixes() local
460 cellLp.setInterfaceName("rmnet_data0"); in testLocalPrefixes()
466 cellLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()