HomeSort by relevance Sort by last modified time
    Searched full:mcontactsdictionary (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 69 private ContactsBinaryDictionary mContactsDictionary;
145 if (null == mContactsDictionary) {
147 mContactsDictionary =
158 dict.addDictionary(mContactsDictionary);
164 if (null == mContactsDictionary) return;
165 final Dictionary contactsDict = mContactsDictionary;
167 mContactsDictionary = null;
375 if (null != mContactsDictionary) {
379 final ContactsBinaryDictionary dictToClose = mContactsDictionary;
382 mContactsDictionary = null
    [all...]

Completed in 49 milliseconds