Searched refs:AutoDictionary (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DAutoDictionary.java39 public class AutoDictionary extends ExpandableDictionary { class in inherits:ExpandableDictionary
88 public AutoDictionary(Context context, LatinIME ime, String locale, int dicTypeId) { method in class:AutoDictionary
199 Log.w("AutoDictionary", "Upgrading database from version " + oldVersion + " to "
H A DLatinIME.java167 private AutoDictionary mAutoDictionary;
461 mAutoDictionary = new AutoDictionary(this, this, mInputLocale, Suggest.DIC_AUTO);
1038 addToDictionaries(mComposing, AutoDictionary.FREQUENCY_FOR_TYPED);
1862 addToDictionaries(mBestWord, AutoDictionary.FREQUENCY_FOR_TYPED);
1921 addToDictionaries(suggestion, AutoDictionary.FREQUENCY_FOR_PICKED);
2139 * Adds to the UserBigramDictionary and/or AutoDictionary

Completed in 33 milliseconds