Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java233 }).when(mWifiInjector).makeSoftApManager(any(WifiManager.SoftApCallback.class), in enterSoftApActiveMode()
578 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()
583 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()
735 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()
740 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java601 ActiveModeManager manager = mWifiInjector.makeSoftApManager(callback, softapConfig); in startSoftAp()
DWifiInjector.java534 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager() method in WifiInjector