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.java224 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in setUp()
408 verify(mWifiInjector, times(mTimesCreatedSoftApManager)).makeSoftApManager( in enterSoftApActiveMode()
924 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()
937 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()
948 verify(mWifiInjector, times(2)).makeSoftApManager( in testStartSoftApModeTwiceWithTwoConfigs()
1114 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1127 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1138 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1141 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()
1525 verify(mWifiInjector).makeSoftApManager( in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiInjector.java699 public SoftApManager makeSoftApManager( in makeSoftApManager() method in WifiInjector
DActiveModeWarden.java920 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()