Searched defs:TYPE_CONTACTS (Results 1 – 2 of 2) sorted by relevance
61 public static final String TYPE_CONTACTS = "contacts"; field in Dictionary
82 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_CONTACTS, ContactsBinaryDictionary.class); in DICT_TYPE_TO_CLASS.put()