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()
4776 LinkProperties wifiLp = new LinkProperties(); in testStatsIfacesChanged() local4777 wifiLp.setInterfaceName(WIFI_IFNAME); in testStatsIfacesChanged()4790 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testStatsIfacesChanged()4792 assertEquals(wifiLp, mService.getActiveLinkProperties()); in testStatsIfacesChanged()6022 final LinkProperties wifiLp = new LinkProperties(); in testBatteryStatsNetworkType() local6023 wifiLp.setInterfaceName("wifi0"); in testBatteryStatsNetworkType()6024 mWiFiNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, wifiLp); in testBatteryStatsNetworkType()6027 verify(mBatteryStatsService).noteNetworkInterfaceType(wifiLp.getInterfaceName(), in testBatteryStatsNetworkType()6473 final LinkProperties wifiLp = new LinkProperties(); in testDataActivityTracking() local6474 wifiLp.setInterfaceName(WIFI_IFNAME); in testDataActivityTracking()[all …]