Searched refs:mLohsSoftApTracker (Results 1 – 1 of 1) sorted by relevance
323 private final LohsSoftApTracker mLohsSoftApTracker; field in WifiServiceImpl352 mLohsSoftApTracker.stopByRequest(requestor); in onLocalOnlyHotspotRequestorDeath()546 mLohsSoftApTracker = new LohsSoftApTracker(); in WifiServiceImpl()547 mActiveModeWarden.registerLohsCallback(mLohsSoftApTracker); in WifiServiceImpl()1594 mWifiThreadRunner.post(() -> mLohsSoftApTracker.updateInterfaceIpState(ifaceName, mode), in updateInterfaceIpState()1725 mLohsSoftApTracker.stopAll(); in startSoftAp()1835 mLohsSoftApTracker.stopAll(); in startTetheredHotspotInternal()1971 if (mLohsSoftApTracker != null) { in onCountryCodeChangePending()1972 mLohsSoftApTracker.notifyNewCountryCodeChangePending(countryCode); in onCountryCodeChangePending()2019 mLohsSoftApTracker.updateAvailChannelListInSoftApCapability(countryCode, in onDriverCountryCodeChanged()[all …]