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

/frameworks/base/services/java/com/android/server/wifi/
H A DWifiSettingsStore.java28 /* Values tracked in Settings.Global.WIFI_ON */
138 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state);
161 * Note that this is not part of the regular WIFI_ON setting because this only needs to
180 return Settings.Global.getInt(cr, Settings.Global.WIFI_ON);
182 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, WIFI_DISABLED);
/frameworks/base/core/java/android/provider/
H A DSettings.java1037 MOVED_TO_SECURE.add(Secure.WIFI_ON);
2629 * @deprecated Use {@link android.provider.Settings.Global#WIFI_ON} instead
2632 public static final String WIFI_ON = Global.WIFI_ON; field in class:Settings.System
2816 MOVED_TO_GLOBAL.add(Settings.Global.WIFI_ON);
3887 * @deprecated Use {@link android.provider.Settings.Global#WIFI_ON}
3891 public static final String WIFI_ON = Global.WIFI_ON; field in class:Settings.Secure
4646 * is on. This overrides WIFI_ON and BLUETOOTH_ON, if Wi-Fi and bluetooth are
5269 public static final String WIFI_ON field in class:Settings.Global
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java310 Settings.Secure.WIFI_ON,
2170 loadBooleanSetting(stmt, Settings.Global.WIFI_ON,

Completed in 305 milliseconds