Searched refs:WIFI_ON (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java898 MOVED_TO_SECURE.add(Secure.WIFI_ON);
2473 * @deprecated Use {@link android.provider.Settings.Global#WIFI_ON} instead
2476 public static final String WIFI_ON = Global.WIFI_ON; field in class:Settings.System
2666 MOVED_TO_GLOBAL.add(Settings.Global.WIFI_ON);
3552 * @deprecated Use {@link android.provider.Settings.Global#WIFI_ON}
3556 public static final String WIFI_ON = Global.WIFI_ON; field in class:Settings.Secure
4172 * is on. This overrides WIFI_ON and BLUETOOTH_ON, if Wi-Fi and bluetooth are
4788 public static final String WIFI_ON field in class:Settings.Global
[all...]
/frameworks/base/services/java/com/android/server/
H A DWifiService.java520 return Settings.Global.getInt(cr, Settings.Global.WIFI_ON);
522 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, WIFI_DISABLED);
570 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java299 Settings.Secure.WIFI_ON,
2105 loadBooleanSetting(stmt, Settings.Global.WIFI_ON,

Completed in 64 milliseconds