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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SynchronouslyLoadedContactsBinaryDictionary.java 29 super(context, Suggest.DIC_CONTACTS, locale);
SynchronouslyLoadedContactsDictionary.java 27 super(context, Suggest.DIC_CONTACTS);
Suggest.java 51 public static final int DIC_CONTACTS = 4;
LatinIME.java 534 dictionaryToUse = new ContactsBinaryDictionary(this, Suggest.DIC_CONTACTS,
537 dictionaryToUse = new ContactsDictionary(this, Suggest.DIC_CONTACTS);
    [all...]

Completed in 84 milliseconds