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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 74 private Dictionary mContactsDictionary;
155 mContactsDictionary = userDictionary;
259 if (mContactsDictionary != null) {
260 mContactsDictionary.getBigrams(wordComposer, prevWordForBigram, this,
288 if (mUserDictionary != null || mContactsDictionary != null) {
292 if (mContactsDictionary != null) {
293 mContactsDictionary.getWords(wordComposer, this, mNextLettersFrequencies);
509 || (mContactsDictionary != null && mContactsDictionary.isValidWord(word));
LatinIME.java 166 private ContactsDictionary mContactsDictionary;
454 if (mContactsDictionary == null) {
455 mContactsDictionary = new ContactsDictionary(this, Suggest.DIC_CONTACTS);
468 mSuggest.setContactsDictionary(mContactsDictionary);
483 if (mContactsDictionary != null) {
484 mContactsDictionary.close();
    [all...]

Completed in 24 milliseconds