Home | History | Annotate | Download | only in settings

Lines Matching refs:getBoolean

212         return prefs.getBoolean(PREF_SOUND_ON,
213 res.getBoolean(R.bool.config_default_sound_enabled));
219 return hasVibrator && prefs.getBoolean(PREF_VIBRATE_ON,
220 res.getBoolean(R.bool.config_default_vibration_enabled));
232 return prefs.getBoolean(PREF_BLOCK_POTENTIALLY_OFFENSIVE,
233 res.getBoolean(R.bool.config_block_potentially_offensive));
237 return res.getBoolean(R.bool.config_gesture_input_enabled_by_build_config);
243 && prefs.getBoolean(PREF_GESTURE_INPUT, true);
248 return prefs.getBoolean(PREF_PHRASE_GESTURE_ENABLED,
249 res.getBoolean(R.bool.config_default_phrase_gesture_enabled));
253 return res.getBoolean(R.bool.config_enable_show_key_preview_popup_option);
258 final boolean defaultKeyPreviewPopup = res.getBoolean(
263 return prefs.getBoolean(PREF_POPUP_ON, defaultKeyPreviewPopup);
275 final boolean suppressLanguageSwitchKey = prefs.getBoolean(
282 return prefs.getBoolean(PREF_SHOW_LANGUAGE_SWITCH_KEY, true);
356 return res.getBoolean(R.bool.config_use_fullscreen_mode);
361 final boolean enableSetupWizardByConfig = context.getResources().getBoolean(
373 return prefs.getBoolean(PREF_SHOW_SETUP_WIZARD_ICON, false);
386 return prefs.getBoolean(PREF_KEY_IS_INTERNAL, false);