Home
last modified time | relevance | path

Searched refs:mSoftApManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java78 SoftApManager mSoftApManager; field in SoftApManagerTest
92 mSoftApManager = new SoftApManager(mContext, in setUp()
114 mSoftApManager.start(null); in startSoftApWithoutConfig()
154 mSoftApManager.stop(); in stopWhenNotStarted()
167 mSoftApManager.stop(); in stopWhenStarted()
188 mSoftApManager.start(config); in startSoftApAndVerifyEnabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java7626 private SoftApManager mSoftApManager; field in WifiStateMachine.SoftApState
7659 mSoftApManager = mFacade.makeSoftApManager( in enter()
7664 mSoftApManager.start(config); in enter()
7672 mSoftApManager = null; in exit()
7684 mSoftApManager.stop(); in processMessage()