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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java76 private RecipientEntry(int entryType) { argument
77 mEntryType = entryType;
90 int entryType, String displayName,
93 mEntryType = entryType;
89 RecipientEntry( int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel) argument

Completed in 419 milliseconds