Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java296 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in setUp()
517 verify(mWifiInjector, times(mTimesCreatedSoftApManager)).makeSoftApManager( in enterSoftApActiveMode()
1201 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()
1214 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()
1225 verify(mWifiInjector, times(2)).makeSoftApManager( in testStartSoftApModeTwiceWithTwoConfigs()
1403 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1416 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1427 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1430 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
2125 verify(mWifiInjector).makeSoftApManager( in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiInjector.java868 public SoftApManager makeSoftApManager( in makeSoftApManager() method in WifiInjector
DActiveModeWarden.java1297 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()