Home
last modified time | relevance | path

Searched refs:destinationType (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java102 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 …]
DBaseRecipientAdapter.java142 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()
DDropdownChipLayouter.java124 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/
DRecipientAlternatesAdapterTest.java80 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/
DDownloadManager.java1645 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) {