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 | 97 SoftApManager mSoftApManager; 126 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager() 130 SoftApManager newSoftApManager = new SoftApManager(mContext, in createSoftApManager() 203 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApDefaultConfigFailedToLoad() 246 SoftApManager newSoftApManager = new SoftApManager(mContext, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 288 SoftApManager newSoftApManager = new SoftApManager(mContext, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 329 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() 375 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() 491 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApFailNoChannel() 529 SoftApManager newSoftApManager = new SoftApManager(mContext, in startSoftApApInterfaceFailedToStart()
|
D | ActiveModeWardenTest.java | 70 @Mock SoftApManager mSoftApManager; 227 public SoftApManager answer(InvocationOnMock invocation) { in enterSoftApActiveMode() 582 SoftApManager softapManager = mock(SoftApManager.class); in testStartSoftApModeTwiceWithTwoConfigs() 738 SoftApManager lohsSoftapManager = mock(SoftApManager.class); in testStopTetheringButNotLOHS()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ActiveModeWarden.java | 194 if (!(manager instanceof SoftApManager)) continue; in stopSoftAPMode() 195 SoftApManager softApManager = (SoftApManager) manager; in stopSoftAPMode()
|
D | SoftApManager.java | 57 public class SoftApManager implements ActiveModeManager { class 121 public SoftApManager(@NonNull Context context, in SoftApManager() method in SoftApManager
|
D | WifiInjector.java | 534 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager() 536 return new SoftApManager(mContext, mWifiCoreHandlerThread.getLooper(), in makeSoftApManager()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 848 // SoftApManager return code unknown
|