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.java83 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument
90 mDestinationType = destinationType; in RecipientEntry()
162 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
166 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
171 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
175 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
181 int displayNameSource, String destination, int destinationType, in constructSecondLevelEntry() argument
185 displayName, destination), destination, destinationType, destinationLabel, in constructSecondLevelEntry()
DBaseRecipientAdapter.java130 public final int destinationType; field in BaseRecipientAdapter.TemporaryEntry
142 int destinationType, in TemporaryEntry() argument
152 this.destinationType = destinationType; in TemporaryEntry()
165 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE); in TemporaryEntry()
735 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
744 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
752 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
DDropdownChipLayouter.java86 CharSequence destinationType = getDestinationType(entry); in bindView() local
123 destinationType = null; in bindView()
129 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.java1319 long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION)); in getLocalUri() local
1320 if (destinationType == Downloads.Impl.DESTINATION_FILE_URI || in getLocalUri()
1321 destinationType == Downloads.Impl.DESTINATION_EXTERNAL || in getLocalUri()
1322 destinationType == Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD) { in getLocalUri()