Home
last modified time | relevance | path

Searched refs:CMD_AP_STOPPED (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiController.java84 static final int CMD_AP_STOPPED = BASE + 15; field in WifiController
170 sendMessage(CMD_AP_STOPPED); in start()
303 case CMD_AP_STOPPED: in processMessage()
456 case CMD_AP_STOPPED: in processMessage()
542 case CMD_AP_STOPPED: in processMessage()
639 case CMD_AP_STOPPED: in processMessage()
DActiveModeWarden.java76 static final int CMD_AP_STOPPED = BASE + 24; field in ActiveModeWarden
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiControllerTest.java19 import static com.android.server.wifi.WifiController.CMD_AP_STOPPED;
834 mWifiController.sendMessage(CMD_AP_STOPPED); in testSoftApStoppedDoesNotSwitchModesWhenInEcm()
924 mWifiController.obtainMessage(CMD_AP_STOPPED).sendToTarget(); in testReturnToStaEnabledStateAfterAPModeShutdown()
949 mWifiController.obtainMessage(CMD_AP_STOPPED).sendToTarget(); in testReturnToStaEnabledStateAfterWifiEnabledShutdown()