Searched defs:TYPE_CONTACTS (Results 1 – 3 of 3) sorted by relevance
52 public static final int TYPE_CONTACTS = 0; field in PhoneAccountHandleMigrationUtils
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()