Searched refs:mWifiTetherSoftApManager (Results 1 – 1 of 1) sorted by relevance
55 WifiTetherSoftApManager mWifiTetherSoftApManager; field in WifiTetherPreferenceController102 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()