Searched refs:attachmentType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 717 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 …]
|
D | MessageNotificationState.java | 157 final String attachmentType, final boolean isManualDownloadNeeded, in MessageLineInfo() argument 164 mAttachmentType = attachmentType; in MessageLineInfo() 734 String attachmentType = null; in buildConversationPageForWearable() local 740 attachmentType = messagePartData.getContentType(); in buildConversationPageForWearable() 746 displayName, text, attachmentUri, attachmentType); in buildConversationPageForWearable() 954 String attachmentType = null; in createConversationInfoList() local 959 attachmentType = messagePartData.getContentType(); in createConversationInfoList() 963 attachmentUri, attachmentType, isManualDownloadNeeded, messageId)); in createConversationInfoList()
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyBackupAgentTest.java | 447 String attachmentType = attachmentTypes[i]; in createBodyCursor() local 451 attachmentPart.put(Telephony.Mms.Part.CONTENT_TYPE, attachmentType); in createBodyCursor()
|