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()
4942 LinkProperties wifiLp = new LinkProperties(); in testStatsIfacesChanged() local4943 wifiLp.setInterfaceName(WIFI_IFNAME); in testStatsIfacesChanged()4959 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testStatsIfacesChanged()4961 assertEquals(wifiLp, mService.getActiveLinkProperties()); in testStatsIfacesChanged()6223 final LinkProperties wifiLp = new LinkProperties(); in testDataActivityTracking() local6224 wifiLp.setInterfaceName(WIFI_IFNAME); in testDataActivityTracking()6225 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testDataActivityTracking()6248 wifiLp.setInterfaceName(WIFI_IFNAME); in testDataActivityTracking()6249 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testDataActivityTracking()