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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java102 int destinationType, String destinationLabel, long contactId, Long directoryId,
105 this(entryType, displayName, destination, destinationType,
111 int destinationType, String destinationLabel, long contactId, Long directoryId,
118 mDestinationType = destinationType;
134 int destinationType, String destinationLabel, long contactId, Long directoryId,
137 this(entryType, displayName, destination, destinationType, destinationLabel,
191 String destination, int destinationType, String destinationLabel, long contactId,
195 displayName, destination), destination, destinationType, destinationLabel,
201 String destination, int destinationType, String destinationLabel, long contactId,
205 displayName, destination), destination, destinationType, destinationLabe
101 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) argument
110 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean shouldDisplayIcon, boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) argument
133 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, String lookupKey) argument
190 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isValid, String lookupKey) argument
200 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
211 constructSecondLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
[all...]
H A DBaseRecipientAdapter.java142 public final int destinationType; field in class:BaseRecipientAdapter.TemporaryEntry
154 int destinationType,
164 this.destinationType = destinationType;
177 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
817 entry.destination, entry.destinationType, entry.destinationLabel,
826 entry.destination, entry.destinationType, entry.destinationLabel,
834 entry.destination, entry.destinationType, entry.destinationLabel,
151 TemporaryEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriString, int displayNameSource, String lookupKey) argument
H A DDropdownChipLayouter.java124 CharSequence destinationType = getDestinationType(entry);
171 destinationType = null;
177 bindTextToView(destinationType, viewHolder.destinationTypeView);
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java80 int destinationType,
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
95 int destinationType,
105 assertEquals(destinationType, c.getInt(2));
77 addRow(MatrixCursor c, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
92 assertRow(Cursor c, int position, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
/frameworks/base/core/java/android/app/
H A DDownloadManager.java1527 long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION));
1528 if (destinationType == Downloads.Impl.DESTINATION_FILE_URI ||
1529 destinationType == Downloads.Impl.DESTINATION_EXTERNAL ||
1530 destinationType == Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD) {

Completed in 61 milliseconds