Home
last modified time | relevance | path

Searched refs:SoftApManager (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java355 if (!(manager instanceof SoftApManager)) continue; in stopSoftApModeManagers()
356 SoftApManager softApManager = (SoftApManager) manager; in stopSoftApModeManagers()
367 if (!(manager instanceof SoftApManager)) continue; in updateCapabilityToSoftApModeManager()
368 SoftApManager softApManager = (SoftApManager) manager; in updateCapabilityToSoftApModeManager()
375 if (!(manager instanceof SoftApManager)) continue; in updateConfigurationToSoftApModeManager()
376 SoftApManager softApManager = (SoftApManager) manager; in updateConfigurationToSoftApModeManager()
DWifiInjector.java558 public SoftApManager makeSoftApManager(@NonNull ActiveModeManager.Listener listener, in makeSoftApManager()
561 return new SoftApManager(mContext, mWifiHandlerThread.getLooper(), in makeSoftApManager()
DSoftApManager.java71 public class SoftApManager implements ActiveModeManager { class
163 public SoftApManager(@NonNull WifiContext context, in SoftApManager() method in SoftApManager
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java106 @Mock SoftApManager mSoftApManager;
169 doAnswer(new Answer<SoftApManager>() { in setUp()
170 public SoftApManager answer(InvocationOnMock invocation) { in setUp()
427 if (manager instanceof SoftApManager) { in assertEnteredEcmMode()
781 doAnswer(new Answer<SoftApManager>() { in testStartSoftApModeTwiceWithTwoConfigs()
782 public SoftApManager answer(InvocationOnMock invocation) { in testStartSoftApModeTwiceWithTwoConfigs()
790 SoftApManager softapManager = mock(SoftApManager.class); in testStartSoftApModeTwiceWithTwoConfigs()
793 doAnswer(new Answer<SoftApManager>() { in testStartSoftApModeTwiceWithTwoConfigs()
794 public SoftApManager answer(InvocationOnMock invocation) { in testStartSoftApModeTwiceWithTwoConfigs()
968 doAnswer(new Answer<SoftApManager>() { in testStopTetheringButNotLOHS()
[all …]
DSoftApManagerTest.java141 SoftApManager mSoftApManager;
188 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager()
192 SoftApManager newSoftApManager = new SoftApManager(mContext, in createSoftApManager()
272 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApDefaultConfigFailedToLoad()
320 SoftApManager newSoftApManager = new SoftApManager(mContext, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
367 SoftApManager newSoftApManager = new SoftApManager(mContext, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
412 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApOn5GhzFailGeneralErrorForNoCountryCode()
461 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
586 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApFailNoChannel()
627 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApApInterfaceFailedToStart()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.bp282 "com.android.server.wifi.SoftApManager",
283 "com.android.server.wifi.SoftApManager$*",
284 "com.android.server.wifi.SoftApManager.**",
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto1191 // SoftApManager return code unknown