Searched defs:contactMap (Results 1 – 2 of 2) sorted by relevance
34 private Map<String, Contact> contactMap = new HashMap<>(); field in ShadowInMemoryPhoneBook
236 Map<String, Map<String, Contact>> contactMap = new LinkedHashMap<>(); in onCursorLoaded() local