Searched refs:SoftApManager (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 125 SoftApManager mSoftApManager; 154 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager() 158 SoftApManager newSoftApManager = new SoftApManager(mContext, in createSoftApManager() 232 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApDefaultConfigFailedToLoad() 276 SoftApManager newSoftApManager = new SoftApManager(mContext, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 319 SoftApManager newSoftApManager = new SoftApManager(mContext, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 361 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() 408 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() 525 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApFailNoChannel() 564 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApApInterfaceFailedToStart()
|
D | ActiveModeWardenTest.java | 83 @Mock SoftApManager mSoftApManager; 240 public SoftApManager answer(InvocationOnMock invocation) { in enterSoftApActiveMode() 594 SoftApManager softapManager = mock(SoftApManager.class); in testStartSoftApModeTwiceWithTwoConfigs() 750 SoftApManager lohsSoftapManager = mock(SoftApManager.class); in testStopTetheringButNotLOHS()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ActiveModeWarden.java | 196 if (!(manager instanceof SoftApManager)) continue; in stopSoftAPMode() 197 SoftApManager softApManager = (SoftApManager) manager; in stopSoftAPMode()
|
D | SoftApManager.java | 62 public class SoftApManager implements ActiveModeManager { class 128 public SoftApManager(@NonNull Context context, in SoftApManager() method in SoftApManager
|
D | WifiInjector.java | 543 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager() 545 return new SoftApManager(mContext, mWifiCoreHandlerThread.getLooper(), in makeSoftApManager()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 939 // SoftApManager return code unknown
|