Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherPreferenceController.java55 WifiTetherSoftApManager mWifiTetherSoftApManager; field in WifiTetherPreferenceController
102 if (mWifiTetherSoftApManager != null) { in onStart()
103 mWifiTetherSoftApManager.registerSoftApCallback(); in onStart()
111 if (mWifiTetherSoftApManager != null) { in onStop()
112 mWifiTetherSoftApManager.unRegisterSoftApCallback(); in onStop()
121 mWifiTetherSoftApManager = new WifiTetherSoftApManager(mWifiManager, in initWifiTetherSoftApManager()