Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java464 final LinkProperties wifiLp = wifiAgent.linkProperties; in testLocalPrefixes() local
465 wifiLp.setInterfaceName("wlan0"); in testLocalPrefixes()
474 wifiLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java6263 LinkProperties wifiLp = new LinkProperties(); in testStatsIfacesChanged() local
6264 wifiLp.setInterfaceName(WIFI_IFNAME); in testStatsIfacesChanged()
6275 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testStatsIfacesChanged()
6277 assertEquals(wifiLp, mService.getActiveLinkProperties()); in testStatsIfacesChanged()
6328 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testStatsIfacesChanged()
6338 assertEquals(wifiLp, mService.getActiveLinkProperties()); in testStatsIfacesChanged()
6449 final LinkProperties wifiLp = new LinkProperties(); in testNonVpnUnderlyingNetworks() local
6450 wifiLp.setInterfaceName(WIFI_IFNAME); in testNonVpnUnderlyingNetworks()
6451 mWiFiNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, wifiLp); in testNonVpnUnderlyingNetworks()
8572 final LinkProperties wifiLp = new LinkProperties(); in testLegacyLockdownVpn() local
[all …]