HomeSort by relevance Sort by last modified time
    Searched defs:RecipientEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 25 public class RecipientEntry {
29 * information passed in to the RecipientEntry from an external source
42 public static final RecipientEntry WAITING_FOR_DIRECTORY_SEARCH =
43 new RecipientEntry(ENTRY_TYPE_WAITING_FOR_DIRECTORY_SEARCH);
76 private RecipientEntry(int entryType) {
89 private RecipientEntry(
107 * Determine if this was a RecipientEntry created from recipient info or
111 return id == RecipientEntry.INVALID_CONTACT || id == RecipientEntry.GENERATED_CONTACT;
115 * Construct a RecipientEntry from just an address that has been entered
    [all...]
BaseRecipientAdapter.java 191 public final List<RecipientEntry> entries;
192 public final LinkedHashMap<Long, List<RecipientEntry>> entryMap;
193 public final List<RecipientEntry> nonAggregatedEntries;
197 public DefaultFilterResult(List<RecipientEntry> entries,
198 LinkedHashMap<Long, List<RecipientEntry>> entryMap,
199 List<RecipientEntry> nonAggregatedEntries,
242 final LinkedHashMap<Long, List<RecipientEntry>> entryMap =
243 new LinkedHashMap<Long, List<RecipientEntry>>();
244 final List<RecipientEntry> nonAggregatedEntries =
245 new ArrayList<RecipientEntry>();
    [all...]

Completed in 475 milliseconds