Searched refs:contactMap (Results 1 – 3 of 3) sorted by relevance
211 Map<String, Map<String, Contact>> contactMap = new LinkedHashMap<>(); in onCursorLoaded() local221 if (!contactMap.containsKey(accountName)) { in onCursorLoaded()222 contactMap.put(accountName, new HashMap<>()); in onCursorLoaded()225 Map<String, Contact> subMap = contactMap.get(accountName); in onCursorLoaded()229 for (Map<String, Contact> subMap : contactMap.values()) { in onCursorLoaded()234 mLookupKeyContactMap.putAll(contactMap); in onCursorLoaded()
34 private Map<String, Contact> contactMap = new HashMap<>(); field in ShadowInMemoryPhoneBook40 contactMap.put(number, contact); in add()48 return contactMap.get(number); in lookupContactEntry()
368 final Map<String, ContactDataHelperClass> contactMap = new HashMap<>(); in sendToGroup()397 if (!contactMap.containsKey(contactId)) { in sendToGroup()399 contactMap.put(contactId, contact); in sendToGroup()401 contact = contactMap.get(contactId); in sendToGroup()412 for (ContactDataHelperClass i : contactMap.values()) { in sendToGroup()416 for (ContactDataHelperClass j : contactMap.values()) { in sendToGroup()428 if (itemList.size() == 0 || contactMap.size() < ids.length) { in sendToGroup()