Searched refs:constructEntryList (Results 1 – 1 of 1) sorted by relevance
250 final List<RecipientEntry> entries = constructEntryList( in performFiltering()441 updateEntries(constructEntryList()); in publishResults()500 updateEntries(constructEntryList()); in handleMessage()764 protected List<RecipientEntry> constructEntryList() { in constructEntryList() method in BaseRecipientAdapter765 return constructEntryList(mEntryMap, mNonAggregatedEntries); in constructEntryList()773 private List<RecipientEntry> constructEntryList( in constructEntryList() method in BaseRecipientAdapter