Searched defs:mEntryMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java272 // These variables will become mEntries, mEntryMap, mNonAggregatedEntries, and
317 mEntryMap = defaultFilterResult.entryMap;
507 * construct it, we use {@link #mEntryMap}, {@link #mNonAggregatedEntries}, and
511 * inserted into {@link #mEntryMap} and grouped by the contactId. Destinations without valid
516 * After having all results from Cursor objects, all destinations in mEntryMap are copied to
523 private LinkedHashMap<Long, List<RecipientEntry>> mEntryMap; field in class:BaseRecipientAdapter
800 mEntryMap, mNonAggregatedEntries, mExistingDestinations);
847 return constructEntryList(mEntryMap, mNonAggregatedEntries);
851 * Constructs an actual list for this Adapter using {@link #mEntryMap}. Also tries to

Completed in 39 milliseconds