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.java4774 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local
4775 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()
4781 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()
4850 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local
4851 cellLp.setInterfaceName(MOBILE_IFNAME); in testBasicDnsConfigurationPushed()
4855 cellLp.addLinkAddress(new LinkAddress("192.0.2.4/24")); in testBasicDnsConfigurationPushed()
4856 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("192.0.2.4"), in testBasicDnsConfigurationPushed()
4858 cellLp.addLinkAddress(new LinkAddress("2001:db8:1::1/64")); in testBasicDnsConfigurationPushed()
4859 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("2001:db8:1::1"), in testBasicDnsConfigurationPushed()
4861 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()