Home
last modified time | relevance | path

Searched refs:formatAttachmentTag (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java1013 spannableStringBuilder.append(formatAttachmentTag(null, attachmentType)); in formatInboxMessage()
1060 spanBuilder.append(formatAttachmentTag(null, attachmentType)); in buildBoldedMessage()
1065 static CharSequence formatAttachmentTag(final String author, final String attachmentType) { in formatAttachmentTag() method in BugleNotifications
DMessageNotificationState.java547 BugleNotifications.formatAttachmentTag(authorFirstName, in build()
554 pictureTag = BugleNotifications.formatAttachmentTag(authorFirstName, in build()