Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java94 private final Set<SoftApManager> mSoftApManagers = new ArraySet<>();
208 private final ArrayDeque<SoftApManager> mSoftApManagers = new ArrayDeque<>();
225 void inter(SoftApManager softApManager) { in inter()
240 for (SoftApManager softApManager : mSoftApManagers) { in dump()
820 public SoftApManager getTetheredSoftApManager() { in getTetheredSoftApManager()
829 public SoftApManager getLocalOnlySoftApManager() { in getLocalOnlySoftApManager()
889 private SoftApManager getSoftApManagerInRole(SoftApRole role) { in getSoftApManagerInRole()
890 for (SoftApManager manager : mSoftApManagers) { in getSoftApManagerInRole()
920 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()
938 for (SoftApManager softApManager : mSoftApManagers) { in stopSoftApModeManagers()
[all …]
DWifiCountryCode.java87 || activeModeManager instanceof SoftApManager) { in onActiveModeManagerAdded()
470 } else if (am instanceof SoftApManager) { in setCountryCodeNative()
480 SoftApManager sm = (SoftApManager) am; in setCountryCodeNative()
DSoftApManager.java79 public class SoftApManager implements ActiveModeManager { class
106 private final Listener<SoftApManager> mModeListener;
300 public SoftApManager( in SoftApManager() method in SoftApManager
307 @NonNull Listener<SoftApManager> listener, in SoftApManager()
363 SoftApManager.this.onL2Connected(clientModeManager); in SoftApManager()
836 mModeListener.onStopped(SoftApManager.this); in exit()
855 mModeListener.onStartFailure(SoftApManager.this); in processMessage()
904 mModeListener.onStartFailure(SoftApManager.this); in processMessage()
924 mModeListener.onStartFailure(SoftApManager.this); in processMessage()
1247 mModeListener.onStarted(SoftApManager.this); in onUpChanged()
DWifiInjector.java699 public SoftApManager makeSoftApManager( in makeSoftApManager()
700 @NonNull ActiveModeManager.Listener<SoftApManager> listener, in makeSoftApManager()
706 return new SoftApManager(mContext, mWifiHandlerThread.getLooper(), in makeSoftApManager()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java140 @Mock SoftApManager mSoftApManager;
160 Listener<SoftApManager> mSoftApListener;
216 doAnswer(new Answer<SoftApManager>() { in setUp()
217 public SoftApManager answer(InvocationOnMock invocation) { in setUp()
219 mSoftApListener = (Listener<SoftApManager>) args[0]; in setUp()
554 if (manager instanceof SoftApManager) { in assertEnteredEcmMode()
918 doAnswer(new Answer<SoftApManager>() { in testStartSoftApModeTwiceWithTwoConfigs()
919 public SoftApManager answer(InvocationOnMock invocation) { in testStartSoftApModeTwiceWithTwoConfigs()
921 mSoftApListener = (Listener<SoftApManager>) args[0]; in testStartSoftApModeTwiceWithTwoConfigs()
928 SoftApManager softapManager = mock(SoftApManager.class); in testStartSoftApModeTwiceWithTwoConfigs()
[all …]
DSoftApManagerTest.java166 @Mock ActiveModeManager.Listener<SoftApManager> mListener;
195 SoftApManager mSoftApManager;
319 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode, in createSoftApManager()
321 SoftApManager newSoftApManager = new SoftApManager( in createSoftApManager()
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp297 "com.android.server.wifi.SoftApManager",
298 "com.android.server.wifi.SoftApManager$*",
299 "com.android.server.wifi.SoftApManager.**",
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto1268 // SoftApManager return code unknown