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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java102 int destinationType, String destinationLabel, long contactId, Long directoryId,
106 destinationLabel, contactId, directoryId, dataId, photoThumbnailUri,
111 int destinationType, String destinationLabel, long contactId, Long directoryId,
119 mDestinationLabel = destinationLabel;
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, destinationLabel,
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.java143 public final String destinationLabel; field in class:BaseRecipientAdapter.TemporaryEntry
155 String destinationLabel,
165 this.destinationLabel = destinationLabel;
178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
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
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java81 String destinationLabel,
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
96 String destinationLabel,
106 assertEquals(destinationLabel, c.getString(3));
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

Completed in 45 milliseconds