Searched refs:entryType (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 96 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument 100 mEntryType = entryType; in RecipientEntry() 118 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument 122 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
|
D | DropdownChipLayouter.java | 185 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/ |
D | Intent.java | 8588 char entryType = in toUriInner() local 8600 if (entryType != '\0') { in toUriInner() 8601 uri.append(entryType); in toUriInner()
|