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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 167 public ContactsBinaryDictionary getContactsDictionary() {
LatinIME.java 594 resetContactsDictionary(null == mSuggest ? null : mSuggest.getContactsDictionary());
657 resetContactsDictionary(null != oldSuggest ? oldSuggest.getContactsDictionary() : null);
    [all...]

Completed in 1710 milliseconds