Searched refs:PREF_BIGRAM_PREDICTIONS (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java211 mPreviousBigramPredictionSettings = setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS,
243 setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, mPreviousBigramPredictionSettings,
H A DInputLogicTests.java37 mNextWordPrediction = getBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, true);
42 setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, mNextWordPrediction, true);
760 setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, false, true);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettings.java87 public static final String PREF_BIGRAM_PREDICTIONS = "next_word_prediction"; field in class:Settings
H A DSettingsValues.java320 return prefs.getBoolean(Settings.PREF_BIGRAM_PREDICTIONS, res.getBoolean(

Completed in 61 milliseconds