Searched refs:entryMap (Results 1 – 1 of 1) sorted by relevance
210 HashMap<Integer, ContactEntry> entryMap = new HashMap<>(); in convertStrequentCursorToArray() local215 entryMap.put(entry.hashCode(), entry); in convertStrequentCursorToArray()218 strequentContactEntries.addAll(entryMap.values()); in convertStrequentCursorToArray()