Searched refs:SoftApManager (Results 1 – 8 of 8) sorted by relevance
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()890 for (SoftApManager manager : mSoftApManagers) { in getSoftApManagerInRole()938 for (SoftApManager softApManager : mSoftApManagers) { in stopSoftApModeManagers()947 for (SoftApManager softApManager : mSoftApManagers) { in updateCapabilityToSoftApModeManager()953 for (SoftApManager softApManager : mSoftApManagers) { in updateConfigurationToSoftApModeManager()1180 public void onStarted(SoftApManager softApManager) { in onStarted()1191 public void onStopped(SoftApManager softApManager) { in onStopped()[all …]
87 || activeModeManager instanceof SoftApManager) { in onActiveModeManagerAdded()470 } else if (am instanceof SoftApManager) { in setCountryCodeNative()480 SoftApManager sm = (SoftApManager) am; in setCountryCodeNative()
79 public class SoftApManager implements ActiveModeManager { class106 private final Listener<SoftApManager> mModeListener;300 public SoftApManager( in SoftApManager() method in SoftApManager307 @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()
699 public SoftApManager makeSoftApManager( in makeSoftApManager()700 @NonNull ActiveModeManager.Listener<SoftApManager> listener, in makeSoftApManager()706 return new SoftApManager(mContext, mWifiHandlerThread.getLooper(), in makeSoftApManager()
140 @Mock SoftApManager mSoftApManager;160 Listener<SoftApManager> mSoftApListener;216 doAnswer(new Answer<SoftApManager>() { in setUp()554 if (manager instanceof SoftApManager) { in assertEnteredEcmMode()918 doAnswer(new Answer<SoftApManager>() { in testStartSoftApModeTwiceWithTwoConfigs()928 SoftApManager softapManager = mock(SoftApManager.class); in testStartSoftApModeTwiceWithTwoConfigs()929 Mutable<Listener<SoftApManager>> softApListener = in testStartSoftApModeTwiceWithTwoConfigs()931 doAnswer(new Answer<SoftApManager>() { in testStartSoftApModeTwiceWithTwoConfigs()1108 doAnswer(new Answer<SoftApManager>() { in testStopTetheringButNotLOHS()1118 SoftApManager lohsSoftapManager = mock(SoftApManager.class); in testStopTetheringButNotLOHS()[all …]
166 @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()
297 "com.android.server.wifi.SoftApManager",298 "com.android.server.wifi.SoftApManager$*",299 "com.android.server.wifi.SoftApManager.**",
1268 // SoftApManager return code unknown