Searched refs:cellLp (Results 1 – 2 of 2) sorted by relevance
6261 LinkProperties cellLp = new LinkProperties(); in testStatsIfacesChanged() local6262 cellLp.setInterfaceName(MOBILE_IFNAME); in testStatsIfacesChanged()6268 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()6491 final LinkProperties cellLp = new LinkProperties(); in testNonVpnUnderlyingNetworks() local6492 cellLp.setInterfaceName(MOBILE_IFNAME); in testNonVpnUnderlyingNetworks()6493 mCellNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR, cellLp); in testNonVpnUnderlyingNetworks()6520 final LinkProperties cellLp = new LinkProperties(); in testBasicDnsConfigurationPushed() local6521 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 …]
492 final LinkProperties cellLp = cellAgent.linkProperties; in testLocalPrefixes() local493 cellLp.setInterfaceName("rmnet_data0"); in testLocalPrefixes()499 cellLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()