Lines Matching refs:Settings
30 import android.provider.Settings;
48 * actions, such as configuring global settings and enforcing a preferred Activity for a specific
78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked);
82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked);
162 * Retrieves the current global settings and changes the UI accordingly.
167 // Global settings
169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME));
172 Settings.Global.AUTO_TIME_ZONE));
209 return 0 != Settings.Global.getInt(resolver, setting, 0);
222 // The settings to be set