Searched refs:destinationLabel (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 83 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() argument 91 mDestinationLabel = destinationLabel; in RecipientEntry() 162 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument 166 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() 171 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument 175 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() 182 String destinationLabel, long contactId, Long directoryId, long dataId, in constructSecondLevelEntry() argument 185 displayName, destination), destination, destinationType, destinationLabel, in constructSecondLevelEntry()
|
D | BaseRecipientAdapter.java | 131 public final String destinationLabel; field in BaseRecipientAdapter.TemporaryEntry 143 String destinationLabel, in TemporaryEntry() argument 153 this.destinationLabel = destinationLabel; in TemporaryEntry() 166 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL); in TemporaryEntry() 739 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 748 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 756 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry()
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapterTest.java | 81 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()
|