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()
4784 LinkProperties wifiLp = new LinkProperties(); in testStatsIfacesChanged() local4785 wifiLp.setInterfaceName(WIFI_IFNAME); in testStatsIfacesChanged()4798 mWiFiNetworkAgent.sendLinkProperties(wifiLp); in testStatsIfacesChanged()4800 assertEquals(wifiLp, mService.getActiveLinkProperties()); in testStatsIfacesChanged()6030 final LinkProperties wifiLp = new LinkProperties(); in testBatteryStatsNetworkType() local6031 wifiLp.setInterfaceName("wifi0"); in testBatteryStatsNetworkType()6032 mWiFiNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, wifiLp); in testBatteryStatsNetworkType()6035 verify(mBatteryStatsService).noteNetworkInterfaceType(wifiLp.getInterfaceName(), in testBatteryStatsNetworkType()6481 final LinkProperties wifiLp = new LinkProperties(); in testDataActivityTracking() local6482 wifiLp.setInterfaceName(WIFI_IFNAME); in testDataActivityTracking()[all …]