Home | History | Annotate | Download | only in spare_parts

Lines Matching defs:Settings

1 /* //device/apps/Settings/src/com/android/settings/Keyguard.java
37 import android.provider.Settings;
38 import android.provider.Settings.SettingNotFoundException;
128 mCompatibilityMode.setChecked(Settings.Global.getInt(getContentResolver(),
129 Settings.Global.COMPATIBILITY_MODE, 1) != 0);
145 mFancyImeAnimationsPref.setChecked(Settings.Global.getInt(
147 Settings.Global.FANCY_IME_ANIMATIONS, 0) != 0);
148 mHapticFeedbackPref.setChecked(Settings.System.getInt(
150 Settings.System.HAPTIC_FEEDBACK_ENABLED, 0) != 0);
170 Settings.Global.putInt(getContentResolver(),
171 Settings.Global.COMPATIBILITY_MODE,
198 Settings.System.putInt(getContentResolver(),
199 Settings.System.END_BUTTON_BEHAVIOR, val);
238 pref.setValueIndex(Settings.System.getInt(getContentResolver(),
239 Settings.System.END_BUTTON_BEHAVIOR));
246 Settings.Global.putInt(getContentResolver(),
247 Settings.Global.FANCY_IME_ANIMATIONS,
250 Settings.System.putInt(getContentResolver(),
251 Settings.System.HAPTIC_FEEDBACK_ENABLED,