Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleRecipientEntry.java31 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/
DContactUtil.java469 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()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactListItemData.java63 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL); in bind() local
81 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel, in bind()