Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java101 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
105 this(entryType, displayName, destination, destinationType, in RecipientEntry()
110 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
114 mEntryType = entryType; in RecipientEntry()
133 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
137 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
DDropdownChipLayouter.java185 final int entryType = entry.getEntryType(); in bindView() local
186 if (entryType == RecipientEntry.ENTRY_TYPE_PERSON) { in bindView()
190 } else if (entryType == RecipientEntry.ENTRY_TYPE_PERMISSION_REQUEST) { in bindView()
/frameworks/base/core/java/android/content/
DIntent.java10622 char entryType = in toUriInner() local
10634 if (entryType != '\0') { in toUriInner()
10635 uri.append(entryType); in toUriInner()