Searched refs:attachmentType (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A 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() 1020 final String attachmentType) { in buildColonSeparatedMessage() argument 1027 final String attachmentType) { in buildSpaceSeparatedMessage() argument 1038 final String attachmentType, in buildBoldedMessage() argument 1060 spanBuilder.append(formatAttachmentTag(null, attachmentType)); in buildBoldedMessage() 1082 if (ContentType.isAudioType(attachmentType)) { in formatAttachmentTag() 1084 } else if (ContentType.isVideoType(attachmentType)) { in formatAttachmentTag() [all …]
|
H A 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()
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgentTest.java | 447 String attachmentType = attachmentTypes[i]; in createBodyCursor() local 451 attachmentPart.put(Telephony.Mms.Part.CONTENT_TYPE, attachmentType); in createBodyCursor()
|