Home
last modified time | relevance | path

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

/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEntry.java76 private RecipientEntry(int entryType) { in RecipientEntry() argument
77 mEntryType = entryType; in RecipientEntry()
90 int entryType, String displayName, in RecipientEntry() argument
93 mEntryType = entryType; in RecipientEntry()
/frameworks/base/core/java/android/content/
DIntent.java5790 char entryType = in toUri() local
5802 if (entryType != '\0') { in toUri()
5803 uri.append(entryType); in toUri()