Searched refs:constructEntryList (Results 1 – 1 of 1) sorted by relevance
290 final List<RecipientEntry> entries = constructEntryList( in performFiltering()495 updateEntries(constructEntryList()); in publishResults()558 updateEntries(constructEntryList()); in handleMessage()846 protected List<RecipientEntry> constructEntryList() { in constructEntryList() method in BaseRecipientAdapter847 return constructEntryList(mEntryMap, mNonAggregatedEntries); in constructEntryList()855 private List<RecipientEntry> constructEntryList( in constructEntryList() method in BaseRecipientAdapter