Searched refs:makeSoftApManager (Results 1 – 3 of 3) sorted by relevance
224 }).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 …]
699 public SoftApManager makeSoftApManager( in makeSoftApManager() method in WifiInjector
920 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()