Searched refs:PREF_BIGRAM_PREDICTIONS (Results 1 – 4 of 4) sorted by relevance
37 mNextWordPrediction = getBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, true); in setUp()42 setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, mNextWordPrediction, true); in tearDown()760 setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, false, true); in testWordThenSpaceThenPunctuationFromStripTwice()
211 mPreviousBigramPredictionSettings = setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, in setUp()243 setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, mPreviousBigramPredictionSettings, in tearDown()
87 public static final String PREF_BIGRAM_PREDICTIONS = "next_word_prediction"; field in Settings
320 return prefs.getBoolean(Settings.PREF_BIGRAM_PREDICTIONS, res.getBoolean( in readBigramPredictionEnabled()