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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java29 public class RecipientEntry { class
33 * information passed in to the RecipientEntry from an external source
96 protected RecipientEntry(int entryType, String displayName, String destination, method in class:RecipientEntry
118 protected RecipientEntry(int entryType, String displayName, String destination, method in class:RecipientEntry
132 * Determine if this was a RecipientEntry created from recipient info or
136 return id == RecipientEntry.INVALID_CONTACT || id == RecipientEntry.GENERATED_CONTACT;
140 * Construct a RecipientEntry from just an address that has been entered.
144 public static RecipientEntry constructFakeEntry(final String address, final boolean isValid) {
148 return new RecipientEntry(ENTRY_TYPE_PERSO
[all...]

Completed in 1665 milliseconds