Searched refs:Cp2Contact (Results 1 – 2 of 2) sorted by relevance
112 List<Cp2Contact> cp2Contacts = new ArrayList<>(); in createCursor()116 Cp2Contact contact = Cp2Contact.fromCursor(cursor); in createCursor()123 List<Cp2Contact> coalescedContacts = new ArrayList<>(); in createCursor()125 List<Cp2Contact> duplicateContacts = getAllContactsWithContactId(contactId, cp2Contacts); in createCursor()132 for (Cp2Contact contact : coalescedContacts) { in createCursor()138 private static List<Cp2Contact> coalesceContacts(List<Cp2Contact> contactsWithSameContactId) { in coalesceContacts()141 List<Cp2Contact> phoneContacts = new ArrayList<>(); in coalesceContacts()142 for (Cp2Contact contact : contactsWithSameContactId) { in coalesceContacts()158 List<Cp2Contact> coalescedContacts = new ArrayList<>(); in coalesceContacts()159 for (Cp2Contact phoneContact : phoneContacts) { in coalesceContacts()[all …]
26 public abstract class Cp2Contact { class88 public abstract Cp2Contact build(); in build()95 public static Cp2Contact fromCursor(Cursor cursor) { in fromCursor()96 return Cp2Contact.builder() in fromCursor()