Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java195 SoftApManager mSoftApManager; field in SoftApManagerTest
663 mSoftApManager = createSoftApManager( in startSoftApApInterfaceFailedToStart()
687 mSoftApManager.stop(); in stopWhenStarted()
754 mSoftApManager.stop(); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
756 verify(mListener).onStopped(mSoftApManager); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
1028 mSoftApManager.stop(); in testCallbackForChannelUpdateToZeroWhenLeaveSoftapStarted()
1123 mSoftApManager.stop(); in stopDisconnectsConnectedClients()
1167 mSoftApManager.stop(); in testCallbackForClientUpdateToZeroWhenLeaveSoftapStarted()
1516 mSoftApManager.stop(); in cancelsTimeoutTimerOnStop()
1971 verify(mListener).onStarted(mSoftApManager); in startSoftApAndVerifyEnabled()
[all …]
H A DActiveModeWardenTest.java140 @Mock SoftApManager mSoftApManager; field in ActiveModeWardenTest
222 return mSoftApManager; in setUp()
403 mSoftApListener.onStarted(mSoftApManager); in enterSoftApActiveMode()
670 verify(mSoftApManager, never()).stop(); in testDisableWifiFromSoftApModeActiveStateDoesNotStopSoftAp()
730 verify(mSoftApManager, never()).stop(); in testSwitchModeWhenSoftApActiveMode()
820 mSoftApListener.onStarted(mSoftApManager); in callsWifiServiceCallbackOnSoftApStateChanged()
922 return mSoftApManager; in testStartSoftApModeTwiceWithTwoConfigs()
1112 return mSoftApManager; in testStopTetheringButNotLOHS()
1149 verify(mSoftApManager).stop(); in testStopTetheringButNotLOHS()
1511 verify(mSoftApManager).stop(); in testEcmOffInSoftApMode()
[all …]