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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SynchronouslyLoadedContactsBinaryDictionary.java 25 public class SynchronouslyLoadedContactsBinaryDictionary extends ContactsBinaryDictionary {
ContactsBinaryDictionary.java 31 public class ContactsBinaryDictionary extends ExpandableBinaryDictionary {
36 private static final String TAG = ContactsBinaryDictionary.class.getSimpleName();
62 public ContactsBinaryDictionary(final Context context, final int dicTypeId, Locale locale) {
LatinIME.java 527 ((ContactsBinaryDictionary)oldContactsDictionary).reopen(this);
534 dictionaryToUse = new ContactsBinaryDictionary(this, Suggest.DIC_CONTACTS,
    [all...]

Completed in 89 milliseconds