Searched refs:constructEntryList (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java290 final List<RecipientEntry> entries = constructEntryList(
495 updateEntries(constructEntryList());
558 updateEntries(constructEntryList());
846 protected List<RecipientEntry> constructEntryList() { method in class:BaseRecipientAdapter
847 return constructEntryList(mEntryMap, mNonAggregatedEntries);
855 private List<RecipientEntry> constructEntryList( method in class:BaseRecipientAdapter

Completed in 32 milliseconds