Home
last modified time | relevance | path

Searched refs:stopSoftAPMode (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiControllerTest.java325 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testEcmOffInClientMode()
396 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testEcmOffInScanMode()
464 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testEcmOffInSoftApMode()
856 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testSoftApModeToggleWhenInAirplaneMode()
DActiveModeWardenTest.java765 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_TETHERED); in testStopTetheringButNotLOHS()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiController.java279 mActiveModeWarden.stopSoftAPMode(msg.arg2); in processMessage()
600 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in enter()
DActiveModeWarden.java193 public void stopSoftAPMode(int mode) { in stopSoftAPMode() method in ActiveModeWarden