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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java98 protected RecipientEntry(int entryType, String displayName, String destination, argument
102 this(entryType, displayName, destination, destinationType,
107 protected RecipientEntry(int entryType, String displayName, String destination, argument
111 mEntryType = entryType;
130 protected RecipientEntry(int entryType, String displayName, String destination, argument
134 this(entryType, displayName, destination, destinationType, destinationLabel,

Completed in 512 milliseconds