Searched refs:destinationLabel (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
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()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactUtil.java | 435 final String destinationLabel, final long contactId, final String lookupKey, in createRecipientEntry() argument 439 destination, destinationType, destinationLabel, contactId, null, dataId, in createRecipientEntry() 443 destination, destinationType, destinationLabel, contactId, null, dataId, in createRecipientEntry() 463 final String destinationLabel = cursor.getString( in createRecipientEntryForPhoneQuery() local 473 destinationLabel, contactId, lookupKey, dataId, photoThumbnailUri, in createRecipientEntryForPhoneQuery()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ContactListItemData.java | 60 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL); in bind() local 78 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel, in bind()
|