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.java79 private RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
82 mEntryType = entryType; in RecipientEntry()
/frameworks/base/core/java/android/content/
DIntent.java6946 char entryType = in toUriInner() local
6958 if (entryType != '\0') { in toUriInner()
6959 uri.append(entryType); in toUriInner()