Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java125 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()
DActiveModeWardenTest.java83 @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/
DActiveModeWarden.java196 if (!(manager instanceof SoftApManager)) continue; in stopSoftAPMode()
197 SoftApManager softApManager = (SoftApManager) manager; in stopSoftAPMode()
DSoftApManager.java62 public class SoftApManager implements ActiveModeManager { class
128 public SoftApManager(@NonNull Context context, in SoftApManager() method in SoftApManager
DWifiInjector.java543 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager()
545 return new SoftApManager(mContext, mWifiCoreHandlerThread.getLooper(), in makeSoftApManager()
/frameworks/base/proto/src/
Dwifi.proto939 // SoftApManager return code unknown