Searched refs:wifiLp (Results 1 – 2 of 2) sorted by relevance
432 final LinkProperties wifiLp = wifiAgent.linkProperties; in testLocalPrefixes() local433 wifiLp.setInterfaceName("wlan0"); in testLocalPrefixes()442 wifiLp.addLinkAddress(new LinkAddress(addrStr + cidr)); in testLocalPrefixes()
4929 LinkProperties wifiLp = new LinkProperties(); in testStatsIfacesChanged() local4930 wifiLp.setInterfaceName(WIFI_IFNAME); in testStatsIfacesChanged()4946 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testStatsIfacesChanged()4948 assertEquals(wifiLp, mService.getActiveLinkProperties()); in testStatsIfacesChanged()6210 final LinkProperties wifiLp = new LinkProperties(); in testDataActivityTracking() local6211 wifiLp.setInterfaceName(WIFI_IFNAME); in testDataActivityTracking()6212 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testDataActivityTracking()6235 wifiLp.setInterfaceName(WIFI_IFNAME); in testDataActivityTracking()6236 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testDataActivityTracking()