Searched refs:PREF_SHOW_SUGGESTIONS (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputLogicTests.java306 setBooleanPreference(Settings.PREF_SHOW_SUGGESTIONS, true, true);
311 testDoubleSpacePeriodWithSettings(true, Settings.PREF_SHOW_SUGGESTIONS, false);
313 testDoubleSpacePeriodWithSettings(true, Settings.PREF_SHOW_SUGGESTIONS, true);
324 testDoubleSpacePeriodWithSettings(true, Settings.PREF_SHOW_SUGGESTIONS, false,
327 testDoubleSpacePeriodWithSettings(false, Settings.PREF_SHOW_SUGGESTIONS, false,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsValues.java312 .putBoolean(Settings.PREF_SHOW_SUGGESTIONS, !alwaysHide)
315 return prefs.getBoolean(Settings.PREF_SHOW_SUGGESTIONS, true);
H A DSettings.java65 // PREF_SHOW_SUGGESTIONS_SETTING_OBSOLETE is obsolete. Use PREF_SHOW_SUGGESTIONS instead.
67 public static final String PREF_SHOW_SUGGESTIONS = "show_suggestions"; field in class:Settings

Completed in 60 milliseconds