Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherSoftApManager.java13 public class WifiTetherSoftApManager { class
31 WifiTetherSoftApManager(WifiManager wifiManager, in WifiTetherSoftApManager() method in WifiTetherSoftApManager
H A DWifiTetherPreferenceController.java55 WifiTetherSoftApManager mWifiTetherSoftApManager;
121 mWifiTetherSoftApManager = new WifiTetherSoftApManager(mWifiManager, in initWifiTetherSoftApManager()
122 new WifiTetherSoftApManager.WifiTetherSoftApCallback() { in initWifiTetherSoftApManager()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
H A DWifiTetherPreferenceControllerTest.java144 @Implements(WifiTetherSoftApManager.class)