Lines Matching refs:WifiController

19 import static com.android.server.wifi.WifiController.CMD_AP_STOPPED;
20 import static com.android.server.wifi.WifiController.CMD_EMERGENCY_CALL_STATE_CHANGED;
21 import static com.android.server.wifi.WifiController.CMD_EMERGENCY_MODE_CHANGED;
22 import static com.android.server.wifi.WifiController.CMD_RECOVERY_DISABLE_WIFI;
23 import static com.android.server.wifi.WifiController.CMD_RECOVERY_RESTART_WIFI;
24 import static com.android.server.wifi.WifiController.CMD_SCAN_ALWAYS_MODE_CHANGED;
25 import static com.android.server.wifi.WifiController.CMD_SET_AP;
26 import static com.android.server.wifi.WifiController.CMD_WIFI_TOGGLED;
59 * Test WifiController for changes in and out of ECM and SoftAP modes.
95 WifiController mWifiController;
111 mWifiController = new WifiController(mContext, mWifiStateMachine, mLooper.getLooper(),
174 WifiController wifiController =
175 new WifiController(mContext, mWifiStateMachine, mLooper.getLooper(),
191 // Start a new WifiController with wifi disabled
198 mWifiController = new WifiController(mContext, mWifiStateMachine, mLooper.getLooper(),
226 mWifiController = new WifiController(mContext, mWifiStateMachine, mLooper.getLooper(),
260 mWifiController = new WifiController(mContext, mWifiStateMachine, mLooper.getLooper(),
847 * The command to trigger a WiFi reset should not trigger any action by WifiController if we
851 * Create and start WifiController in StaDisabledState, send command to restart WiFi
857 // Start a new WifiController with wifi disabled
862 mWifiController = new WifiController(mContext, mWifiStateMachine, mLooper.getLooper(),
878 * The command to trigger a WiFi reset should not trigger any action by WifiController if we
882 * Create and start WifiController in StaDisabledState, send command to restart WiFi
907 * Create and start WifiController in DeviceActiveState, send command to restart WiFi