Searched defs:WIFI_STATE_ENABLED (Results 1 - 1 of 1) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java90 * @see #WIFI_STATE_ENABLED
118 * Wi-Fi is currently being enabled. The state will change to {@link #WIFI_STATE_ENABLED} if
131 public static final int WIFI_STATE_ENABLED = 3; field in class:WifiManager
888 * {@link #WIFI_STATE_DISABLING}, {@link #WIFI_STATE_ENABLED},
906 return getWifiState() == WIFI_STATE_ENABLED;

Completed in 193 milliseconds