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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java717 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 DMessageNotificationState.java158 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
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java415 String attachmentType = attachmentTypes[i];
419 attachmentPart.put(Telephony.Mms.Part.CONTENT_TYPE, attachmentType);

Completed in 190 milliseconds