Home | History | Annotate | Download | only in latin

Lines Matching refs:getBoolean

156         return prefs.getBoolean(Settings.PREF_SOUND_ON,
157 res.getBoolean(R.bool.config_default_sound_enabled));
163 return hasVibrator && prefs.getBoolean(PREF_VIBRATE_ON,
164 res.getBoolean(R.bool.config_default_vibration_enabled));
176 return prefs.getBoolean(Settings.PREF_BLOCK_POTENTIALLY_OFFENSIVE,
177 res.getBoolean(R.bool.config_block_potentially_offensive));
181 return res.getBoolean(R.bool.config_gesture_input_enabled_by_build_config);
187 && prefs.getBoolean(Settings.PREF_GESTURE_INPUT, true);
192 return res.getBoolean(R.bool.config_enable_show_option_of_key_preview_popup);
197 final boolean defaultKeyPreviewPopup = res.getBoolean(
202 return prefs.getBoolean(PREF_POPUP_ON, defaultKeyPreviewPopup);
214 final boolean suppressLanguageSwitchKey = prefs.getBoolean(
221 return prefs.getBoolean(PREF_SHOW_LANGUAGE_SWITCH_KEY, true);
269 return prefs.getBoolean(DebugSettings.PREF_USABILITY_STUDY_MODE, true);
292 return res.getBoolean(R.bool.config_use_fullscreen_mode);
297 final boolean enableSetupWizardByConfig = context.getResources().getBoolean(
309 return prefs.getBoolean(Settings.PREF_SHOW_SETUP_WIZARD_ICON, false);
313 return prefs.getBoolean(Settings.PREF_KEY_IS_INTERNAL, false);