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.java4940 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local
4941 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()
4947 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()
5037 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local
5038 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 …]
/frameworks/base/tests/net/java/com/android/server/connectivity/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()