Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java102 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument
106 destinationLabel, contactId, directoryId, dataId, photoThumbnailUri, in RecipientEntry()
111 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument
119 mDestinationLabel = destinationLabel; in RecipientEntry()
134 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument
137 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
191 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
195 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
201 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument
205 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry()
[all …]
DBaseRecipientAdapter.java143 public final String destinationLabel; field in BaseRecipientAdapter.TemporaryEntry
155 String destinationLabel, in TemporaryEntry() argument
165 this.destinationLabel = destinationLabel; in TemporaryEntry()
178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL); in TemporaryEntry()
817 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
826 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
834 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DRecipientAlternatesAdapterTest.java81 String destinationLabel, in addRow() argument
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel, in addRow()
96 String destinationLabel, in assertRow() argument
106 assertEquals(destinationLabel, c.getString(3)); in assertRow()