HomeSort by relevance Sort by last modified time
    Searched refs:PREF_SHOW_SUGGESTIONS (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 306 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,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 312 .putBoolean(Settings.PREF_SHOW_SUGGESTIONS, !alwaysHide)
315 return prefs.getBoolean(Settings.PREF_SHOW_SUGGESTIONS, true);
Settings.java 65 // PREF_SHOW_SUGGESTIONS_SETTING_OBSOLETE is obsolete. Use PREF_SHOW_SUGGESTIONS instead.
67 public static final String PREF_SHOW_SUGGESTIONS = "show_suggestions";

Completed in 182 milliseconds