Searched refs:entryType (Results 1 - 2 of 2) 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
/frameworks/base/core/java/android/content/
H A DIntent.java6052 char entryType =
6064 if (entryType != '\0') {
6065 uri.append(entryType);

Completed in 1101 milliseconds