Searched refs:destinationLabel (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java89 String destination, int destinationType, String destinationLabel,
96 mDestinationLabel = destinationLabel;
147 String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri) {
150 destination, destinationType, destinationLabel,
157 String destinationLabel, long contactId, long dataId,
161 destination, destinationType, destinationLabel,
168 String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) {
171 destination, destinationType, destinationLabel,
87 RecipientEntry( int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel) argument
145 constructTopLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri) argument
155 constructTopLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) argument
166 constructSecondLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) argument
H A DBaseRecipientAdapter.java147 public final String destinationLabel; field in class:BaseRecipientAdapter.TemporaryEntry
157 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
630 entry.destination, entry.destinationType, entry.destinationLabel,
638 entry.destination, entry.destinationType, entry.destinationLabel,
645 entry.destination, entry.destinationType, entry.destinationLabel,
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java71 String destinationLabel,
77 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
86 String destinationLabel,
96 assertEquals(destinationLabel, c.getString(3));
67 addRow(MatrixCursor c, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
82 assertRow(Cursor c, int position, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument

Completed in 117 milliseconds