Searched defs:destinationType (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java75 int destinationType,
82 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
90 int destinationType,
100 assertEquals(destinationType, c.getInt(2));
72 addRow(MatrixCursor c, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
87 assertRow(Cursor c, int position, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java80 int destinationType, String destinationLabel, long contactId, long dataId,
86 mDestinationType = destinationType;
157 String destination, int destinationType, String destinationLabel, long contactId,
160 displayName, destination), destination, destinationType, destinationLabel,
165 String destination, int destinationType, String destinationLabel, long contactId,
168 displayName, destination), destination, destinationType, destinationLabel,
174 int displayNameSource, String destination, int destinationType,
178 displayName, destination), destination, destinationType, destinationLabel,
79 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, boolean isGalContact) argument
156 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isValid, boolean isGalContact) argument
164 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString, boolean isValid, boolean isGalContact) argument
173 constructSecondLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString, boolean isValid, boolean isGalContact) argument
H A DBaseRecipientAdapter.java149 public final int destinationType; field in class:BaseRecipientAdapter.TemporaryEntry
160 int destinationType,
169 this.destinationType = destinationType;
181 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
690 entry.destination, entry.destinationType, entry.destinationLabel,
699 entry.destination, entry.destinationType, entry.destinationLabel,
707 entry.destination, entry.destinationType, entry.destinationLabel,
973 final CharSequence destinationType = mQuery
977 destinationTypeView.setText(destinationType);
157 TemporaryEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriString, int displayNameSource, boolean isGalContact) argument
[all...]

Completed in 63 milliseconds