Searched refs:stopSoftAPMode (Results 1 – 4 of 4) sorted by relevance
325 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()
765 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_TETHERED); in testStopTetheringButNotLOHS()
279 mActiveModeWarden.stopSoftAPMode(msg.arg2); in processMessage()600 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in enter()
193 public void stopSoftAPMode(int mode) { in stopSoftAPMode() method in ActiveModeWarden