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.java246 }).when(mWifiInjector).makeSoftApManager(any(WifiManager.SoftApCallback.class), in enterSoftApActiveMode()
590 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()
595 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()
747 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()
752 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java603 ActiveModeManager manager = mWifiInjector.makeSoftApManager(callback, softapConfig); in startSoftAp()
DWifiInjector.java543 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager() method in WifiInjector