/aosp12/frameworks/opt/chips/src/com/android/ex/chips/ |
H A D | RecipientEntry.java | 102 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() 205 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() 213 String destinationLabel, long contactId, Long directoryId, long dataId, in constructSecondLevelEntry() argument [all …]
|
H A D | BaseRecipientAdapter.java | 143 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()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleRecipientEntry.java | 31 final String destination, final int destinationType, final String destinationLabel, in BugleRecipientEntry() argument 35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId, in BugleRecipientEntry() 41 final String destinationLabel, final long contactId, final Long directoryId, in constructTopLevelEntry() argument 45 destinationLabel, contactId, directoryId, dataId, (thumbnailUriAsString != null in constructTopLevelEntry() 51 final String destinationLabel, final long contactId, final Long directoryId, in constructSecondLevelEntry() argument 55 destinationLabel, contactId, directoryId, dataId, (thumbnailUriAsString != null in constructSecondLevelEntry()
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A 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()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ContactUtil.java | 469 final String destinationLabel, final long contactId, final String lookupKey, in createRecipientEntry() argument 473 destination, destinationType, destinationLabel, contactId, null, dataId, in createRecipientEntry() 477 destination, destinationType, destinationLabel, contactId, null, dataId, in createRecipientEntry() 497 final String destinationLabel = cursor.getString( in createRecipientEntryForPhoneQuery() local 507 destinationLabel, contactId, lookupKey, dataId, photoThumbnailUri, in createRecipientEntryForPhoneQuery()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | ContactListItemData.java | 63 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL); in bind() local 81 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel, in bind()
|