Searched refs:attachmentType (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 717 final String attachmentType = notificationState.getAttachmentType(); 724 (ContentType.isImageType(attachmentType) || 725 ContentType.isVideoType(attachmentType))) { 726 final boolean isVideo = ContentType.isVideoType(attachmentType); 985 final CharSequence message, final Uri attachmentUri, final String attachmentType) { 1013 spannableStringBuilder.append(formatAttachmentTag(null, attachmentType)); 1020 final String attachmentType) { 1021 return buildBoldedMessage(title, content, attachmentUri, attachmentType, 1027 final String attachmentType) { 1028 return buildBoldedMessage(title, content, attachmentUri, attachmentType, 984 formatInboxMessage(final String sender, final CharSequence message, final Uri attachmentUri, final String attachmentType) argument 1018 buildColonSeparatedMessage( final String title, final CharSequence content, final Uri attachmentUri, final String attachmentType) argument 1025 buildSpaceSeparatedMessage( final String title, final CharSequence content, final Uri attachmentUri, final String attachmentType) argument 1036 buildBoldedMessage( final String title, final CharSequence message, final Uri attachmentUri, final String attachmentType, final int separatorId) argument 1065 formatAttachmentTag(final String author, final String attachmentType) argument [all...] |
H A D | MessageNotificationState.java | 158 final String attachmentType, final boolean isManualDownloadNeeded, 165 mAttachmentType = attachmentType; 732 String attachmentType = null; 738 attachmentType = messagePartData.getContentType(); 744 displayName, text, attachmentUri, attachmentType); 952 String attachmentType = null; 957 attachmentType = messagePartData.getContentType(); 961 attachmentUri, attachmentType, isManualDownloadNeeded, messageId)); 156 MessageLineInfo(final boolean isGroup, final String authorFullName, final String authorFirstName, final CharSequence text, final Uri attachmentUrl, final String attachmentType, final boolean isManualDownloadNeeded, final String messageId) argument
|
Completed in 42 milliseconds