Searched refs:strequentContactEntries (Results 1 – 1 of 1) sorted by relevance
209 List<ContactEntry> strequentContactEntries = new ArrayList<>(); in convertStrequentCursorToArray() local218 strequentContactEntries.addAll(entryMap.values()); in convertStrequentCursorToArray()219 Collections.sort(strequentContactEntries); in convertStrequentCursorToArray()220 return strequentContactEntries; in convertStrequentCursorToArray()