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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java26 public class RecipientEntry { class
30 * information passed in to the RecipientEntry from an external source
74 private RecipientEntry(int entryType) { method in class:RecipientEntry
87 private RecipientEntry( method in class:RecipientEntry
105 * Determine if this was a RecipientEntry created from recipient info or
109 return id == RecipientEntry.INVALID_CONTACT || id == RecipientEntry.GENERATED_CONTACT;
113 * Construct a RecipientEntry from just an address that has been entered.
117 public static RecipientEntry constructFakeEntry(String address) {
118 return new RecipientEntry(ENTRY_TYPE_PERSO
[all...]

Completed in 55 milliseconds