/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 102 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument 105 this(entryType, displayName, destination, destinationType, in RecipientEntry() 111 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument 118 mDestinationType = destinationType; in RecipientEntry() 134 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument 137 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry() 191 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument 195 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() 201 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument 205 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() [all …]
|
D | BaseRecipientAdapter.java | 142 public final int destinationType; field in BaseRecipientAdapter.TemporaryEntry 154 int destinationType, in TemporaryEntry() argument 164 this.destinationType = destinationType; in TemporaryEntry() 177 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE); in TemporaryEntry() 817 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 826 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 834 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
|
D | DropdownChipLayouter.java | 124 CharSequence destinationType = getDestinationType(entry); in bindView() local 171 destinationType = null; in bindView() 177 bindTextToView(destinationType, viewHolder.destinationTypeView); in bindView()
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapterTest.java | 80 int destinationType, in addRow() argument 87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel, in addRow() 95 int destinationType, in assertRow() argument 105 assertEquals(destinationType, c.getInt(2)); in assertRow()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1645 long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION)); 1646 if (destinationType == Downloads.Impl.DESTINATION_FILE_URI || 1647 destinationType == Downloads.Impl.DESTINATION_EXTERNAL || 1648 destinationType == Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD) {
|