Home
last modified time | relevance | path

Searched refs:mLohsSoftApTracker (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java323 private final LohsSoftApTracker mLohsSoftApTracker; field in WifiServiceImpl
352 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 …]