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.java97 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()
DActiveModeWardenTest.java70 @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/
DActiveModeWarden.java194 if (!(manager instanceof SoftApManager)) continue; in stopSoftAPMode()
195 SoftApManager softApManager = (SoftApManager) manager; in stopSoftAPMode()
DSoftApManager.java57 public class SoftApManager implements ActiveModeManager { class
121 public SoftApManager(@NonNull Context context, in SoftApManager() method in SoftApManager
DWifiInjector.java534 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager()
536 return new SoftApManager(mContext, mWifiCoreHandlerThread.getLooper(), in makeSoftApManager()
/frameworks/base/proto/src/
Dwifi.proto848 // SoftApManager return code unknown