Searched refs:mLohsInterfaceName (Results 1 – 2 of 2) sorted by relevance
2333 private String mLohsInterfaceName; field in WifiServiceImpl.LohsSoftApTracker2354 mLohsInterfaceName = ifaceName; in updateInterfaceIpState()2359 if (TextUtils.equals(mLohsInterfaceName, ifaceName)) { in updateInterfaceIpState()2367 mLohsInterfaceName = null; in updateInterfaceIpState()2376 mLohsInterfaceName = null; in updateInterfaceIpState()2381 } else if (TextUtils.equals(mLohsInterfaceName, ifaceName)) { in updateInterfaceIpState()2382 mLohsInterfaceName = null; in updateInterfaceIpState()2393 if (ifaceName == null || ifaceName.equals(mLohsInterfaceName)) { in updateInterfaceIpState()2394 mLohsInterfaceName = null; in updateInterfaceIpState()2556 mLohsInterfaceName = null; in stopIfEmptyLocked()[all …]
376 private String mLohsInterfaceName; field in WifiServiceImplTest789 mLohsInterfaceName = WIFI_IFACE_NAME; in makeWifiServiceImpl()3896 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupWardenForCustomLohs()4411 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupLocalOnlyHotspot()7784 mLohsInterfaceName = WIFI_IFACE_NAME2; in startLohsAndTethering()