Lines Matching defs:Settings

57  * The Settings provider contains global system-level device preferences.
59 public final class Settings {
61 // Intent actions for Settings
523 // End of Intent actions for Settings
552 private static final String TAG = "Settings";
594 new String[] { Settings.NameValueTable.VALUE };
642 // fails (alternate Settings provider that doesn't support
747 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
748 + " to android.provider.Settings.Secure, returning read-only value.");
767 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
768 + " to android.provider.Settings.Secure, value is unchanged.");
782 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
783 + " to android.provider.Settings.Secure, returning Secure URI.");
1003 outConfig.fontScale = Settings.System.getFloat(
1019 return Settings.System.putFloat(cr, FONT_SCALE, config.fontScale);
1121 * Wifi in the Settings app.
1225 * @deprecated Use {@link android.provider.Settings.Secure#LOCK_PATTERN_ENABLED}
1232 * @deprecated Use {@link android.provider.Settings.Secure#LOCK_PATTERN_VISIBLE}
1240 * {@link android.provider.Settings.Secure#LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED}
1752 * Settings to backup. This is here so that it's in the same place as the settings
1816 // Settings moved to Settings.Secure
1819 * @deprecated Use {@link android.provider.Settings.Secure#ADB_ENABLED}
1826 * @deprecated Use {@link android.provider.Settings.Secure#ANDROID_ID} instead
1832 * @deprecated Use {@link android.provider.Settings.Secure#BLUETOOTH_ON} instead
1838 * @deprecated Use {@link android.provider.Settings.Secure#DATA_ROAMING} instead
1844 * @deprecated Use {@link android.provider.Settings.Secure#DEVICE_PROVISIONED} instead
1850 * @deprecated Use {@link android.provider.Settings.Secure#HTTP_PROXY} instead
1856 * @deprecated Use {@link android.provider.Settings.Secure#INSTALL_NON_MARKET_APPS} instead
1862 * @deprecated Use {@link android.provider.Settings.Secure#LOCATION_PROVIDERS_ALLOWED}
1869 * @deprecated Use {@link android.provider.Settings.Secure#LOGGING_ID} instead
1875 * @deprecated Use {@link android.provider.Settings.Secure#NETWORK_PREFERENCE} instead
1881 * @deprecated Use {@link android.provider.Settings.Secure#PARENTAL_CONTROL_ENABLED}
1888 * @deprecated Use {@link android.provider.Settings.Secure#PARENTAL_CONTROL_LAST_UPDATE}
1895 * @deprecated Use {@link android.provider.Settings.Secure#PARENTAL_CONTROL_REDIRECT_URL}
1903 * @deprecated Use {@link android.provider.Settings.Secure#SETTINGS_CLASSNAME} instead
1909 * @deprecated Use {@link android.provider.Settings.Secure#USB_MASS_STORAGE_ENABLED} instead
1915 * @deprecated Use {@link android.provider.Settings.Secure#USE_GOOGLE_MAIL} instead
1922 * {@link android.provider.Settings.Secure#WIFI_MAX_DHCP_RETRY_COUNT} instead
1929 * {@link android.provider.Settings.Secure#WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS} instead
1937 * {@link android.provider.Settings.Secure#WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON} instead
1945 * {@link android.provider.Settings.Secure#WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY} instead
1952 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_NUM_OPEN_NETWORKS_KEPT}
1959 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_ON} instead
1966 * {@link android.provider.Settings.Secure#WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE}
1974 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_WATCHDOG_AP_COUNT} instead
1981 * {@link android.provider.Settings.Secure#WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS} instead
1989 * {@link android.provider.Settings.Secure#WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED} instead
1997 * {@link android.provider.Settings.Secure#WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS}
2006 * {@link android.provider.Settings.Secure#WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT} instead
2013 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_WATCHDOG_MAX_AP_CHECKS}
2020 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_WATCHDOG_ON} instead
2026 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_WATCHDOG_PING_COUNT} instead
2032 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_WATCHDOG_PING_DELAY_MS}
2039 * @deprecated Use {@link android.provider.Settings.Secure#WIFI_WATCHDOG_PING_TIMEOUT_MS}
2476 * Settings classname to launch when Settings is clicked from All
2478 * and new Settings apps.
2555 * {@link android.provider.Settings.Secure#WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY} time.
3505 String allowedProviders = Settings.Secure.getString(cr, LOCATION_PROVIDERS_ALLOWED);
3525 putString(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, provider);