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

/frameworks/opt/net/wifi/service/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.java1230 MOVED_TO_SECURE.add(Secure.WIFI_ON);
2869 * @deprecated Use {@link android.provider.Settings.Global#WIFI_ON} instead
2872 public static final String WIFI_ON = Global.WIFI_ON; field in class:Settings.System
3053 MOVED_TO_GLOBAL.add(Settings.Global.WIFI_ON);
4233 * @deprecated Use {@link android.provider.Settings.Global#WIFI_ON}
4237 public static final String WIFI_ON = Global.WIFI_ON; field in class:Settings.Secure
5132 * is on. This overrides WIFI_ON and BLUETOOTH_ON, if Wi-Fi and bluetooth are
5823 public static final String WIFI_ON field in class:Settings.Global
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java309 Settings.Secure.WIFI_ON,
2527 loadBooleanSetting(stmt, Settings.Global.WIFI_ON,
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java202 GLOBAL_SETTINGS_WHITELIST.add(Settings.Global.WIFI_ON);

Completed in 65 milliseconds