Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java69 private static final String PREF_SHOW_SUGGESTIONS = "show_suggestions"; field in LatinIME
1088 mShowSuggestions = sp.getBoolean(PREF_SHOW_SUGGESTIONS, true) & mQuickFixes; in loadSettings()