Home
last modified time | relevance | path

Searched refs:cellLp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java6261 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local
6262 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()
6268 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()
6491 final LinkProperties cellLp = new LinkProperties(); in testNonVpnUnderlyingNetworks() local
6492 cellLp.setInterfaceName(MOBILE_IFNAME); in testNonVpnUnderlyingNetworks()
6493 mCellNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR, cellLp); in testNonVpnUnderlyingNetworks()
6520 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local
6521 cellLp.setInterfaceName(MOBILE_IFNAME); in testBasicDnsConfigurationPushed()
6525 cellLp.addLinkAddress(new LinkAddress("192.0.2.4/24")); in testBasicDnsConfigurationPushed()
6526 cellLp.addRoute(new RouteInfo((IpPrefix) null, InetAddress.getByName("192.0.2.4"), in testBasicDnsConfigurationPushed()
[all …]
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java492 final LinkProperties cellLp = cellAgent.linkProperties; in testLocalPrefixes() local
493 cellLp.setInterfaceName("rmnet_data0"); in testLocalPrefixes()
499 cellLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()