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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java74 private RecipientEntry(int entryType) { argument
75 mEntryType = entryType;
88 int entryType, String displayName,
91 mEntryType = entryType;
87 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.java6594 char entryType =
6606 if (entryType != '\0') {
6607 uri.append(entryType);

Completed in 108 milliseconds