Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java717 final String attachmentType = notificationState.getAttachmentType(); in sendNotification() local
724 (ContentType.isImageType(attachmentType) || in sendNotification()
725 ContentType.isVideoType(attachmentType))) { in sendNotification()
726 final boolean isVideo = ContentType.isVideoType(attachmentType); in sendNotification()
985 final CharSequence message, final Uri attachmentUri, final String attachmentType) { in formatInboxMessage() argument
1013 spannableStringBuilder.append(formatAttachmentTag(null, attachmentType)); in formatInboxMessage()
1020 final String attachmentType) { in buildColonSeparatedMessage() argument
1021 return buildBoldedMessage(title, content, attachmentUri, attachmentType, in buildColonSeparatedMessage()
1027 final String attachmentType) { in buildSpaceSeparatedMessage() argument
1028 return buildBoldedMessage(title, content, attachmentUri, attachmentType, in buildSpaceSeparatedMessage()
[all …]
DMessageNotificationState.java158 final String attachmentType, final boolean isManualDownloadNeeded, in MessageLineInfo() argument
165 mAttachmentType = attachmentType; in MessageLineInfo()
735 String attachmentType = null; in buildConversationPageForWearable() local
741 attachmentType = messagePartData.getContentType(); in buildConversationPageForWearable()
747 displayName, text, attachmentUri, attachmentType); in buildConversationPageForWearable()
955 String attachmentType = null; in createConversationInfoList() local
960 attachmentType = messagePartData.getContentType(); in createConversationInfoList()
964 attachmentUri, attachmentType, isManualDownloadNeeded, messageId)); in createConversationInfoList()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java446 String attachmentType = attachmentTypes[i]; in createBodyCursor() local
450 attachmentPart.put(Telephony.Mms.Part.CONTENT_TYPE, attachmentType); in createBodyCursor()