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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java38 public static final int ENTRY_TYPE_PERSON = 0; field in class:RecipientEntry
118 return new RecipientEntry(ENTRY_TYPE_PERSON, address, address,
140 return new RecipientEntry(ENTRY_TYPE_PERSON, display,
148 return new RecipientEntry(ENTRY_TYPE_PERSON, pickDisplayName(displayNameSource, displayName,
160 ENTRY_TYPE_PERSON, pickDisplayName(displayNameSource, displayName, destination),
170 ENTRY_TYPE_PERSON, pickDisplayName(displayNameSource, displayName, destination),
227 return mEntryType == ENTRY_TYPE_PERSON;

Completed in 66 milliseconds