Searched refs:SoftApManager (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ActiveModeWarden.java | 355 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()
|
D | WifiInjector.java | 558 public SoftApManager makeSoftApManager(@NonNull ActiveModeManager.Listener listener, in makeSoftApManager() 561 return new SoftApManager(mContext, mWifiHandlerThread.getLooper(), in makeSoftApManager()
|
D | SoftApManager.java | 71 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/ |
D | ActiveModeWardenTest.java | 106 @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 …]
|
D | SoftApManagerTest.java | 141 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/ |
D | Android.bp | 282 "com.android.server.wifi.SoftApManager", 283 "com.android.server.wifi.SoftApManager$*", 284 "com.android.server.wifi.SoftApManager.**",
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | metrics.proto | 1191 // SoftApManager return code unknown
|