Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java711 SoftApModeConfiguration modeConfig = sm.getSoftApModeConfiguration(); in setCountryCodeNative() local
713 modeConfig.getTargetMode(), modeConfig.getSoftApConfiguration(), in setCountryCodeNative()
714 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
715 mActiveModeWarden.stopSoftAp(modeConfig.getTargetMode()); in setCountryCodeNative()
DWifiServiceImpl.java1815 private boolean startTetheredHotspotInternal(@NonNull SoftApModeConfiguration modeConfig, in startTetheredHotspotInternal() argument
1822 SAP_START_FAILURE_GENERAL, modeConfig.getTetheringRequest(), null)); in startTetheredHotspotInternal()
1841 if (!startSoftApInternal(modeConfig, requestorWs, callback)) { in startTetheredHotspotInternal()