Searched refs:contactMap (Results 1 – 2 of 2) sorted by relevance
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()