Searched refs:wifiLp (Results 1 – 2 of 2) sorted by relevance
464 final LinkProperties wifiLp = wifiAgent.linkProperties; in testLocalPrefixes() local465 wifiLp.setInterfaceName("wlan0"); in testLocalPrefixes()474 wifiLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()
6263 LinkProperties wifiLp = new LinkProperties(); in testStatsIfacesChanged() local6264 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() local6450 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 …]