Home | History | Annotate | Download | only in email

Lines Matching refs:bodyPart

27 import com.android.emailcommon.mail.BodyPart;
257 BodyPart[] sourceAttachments = new BodyPart[3];
258 BodyPart attachmentPart;
261 attachmentPart = MessageTestUtils.bodyPart("image/jpg", null);
270 attachmentPart = MessageTestUtils.bodyPart("image/gif", null);
279 attachmentPart = MessageTestUtils.bodyPart("text/calendar", null);
342 BodyPart[] attachmentParts = new BodyPart[numAttachments];
355 BodyPart attachmentPart = MessageTestUtils.bodyPart("image/jpg", null);
374 private Message prepareLegacyMessageWithAttachments(BodyPart[] attachments)
385 .addBodyPart(MessageTestUtils.bodyPart("text/html", null))