Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DActiveModeWardenTest.java224 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in setUp()
948 verify(mWifiInjector, times(2)).makeSoftApManager( in testStartSoftApModeTwiceWithTwoConfigs()
1525 verify(mWifiInjector).makeSoftApManager( in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()
1548 verify(mWifiInjector).makeSoftApManager( in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()
1558 verify(mWifiInjector, never()).makeSoftApManager( in testEcmOnFromDisabledMode()
2344 verify(mWifiInjector).makeSoftApManager( in testRestartWifiStackInTetheredSoftApEnabledState()
2359 verify(mWifiInjector).makeSoftApManager( in testRestartWifiStackInTetheredSoftApEnabledState()
2366 verify(mWifiInjector, times(2)).makeSoftApManager( in testRestartWifiStackInTetheredSoftApEnabledState()
2385 verify(mWifiInjector).makeSoftApManager( in testRestartWifiStackInTetheredSoftApAndStaConnectEnabledState()
2404 verify(mWifiInjector).makeSoftApManager( in testRestartWifiStackInTetheredSoftApAndStaConnectEnabledState()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiInjector.java699 public SoftApManager makeSoftApManager( in makeSoftApManager() method in WifiInjector
H A DActiveModeWarden.java920 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()