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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java28 public class RecipientEntry { class
32 * information passed in to the RecipientEntry from an external source
82 protected RecipientEntry(int entryType, String displayName, String destination, method in class: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.
119 public static RecipientEntry constructFakeEntry(final String address, final boolean isValid) {
123 return new RecipientEntry(ENTRY_TYPE_PERSON, tokenizedAddress, tokenizedAddress,
129 * Construct a RecipientEntry fro
[all...]

Completed in 67 milliseconds