Searched refs:MessageTestUtils (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
D | MimeUtilityTest.java | 25 import com.android.emailcommon.mail.MessageTestUtils; 28 import com.android.emailcommon.mail.MessageTestUtils.MessageBuilder; 29 import com.android.emailcommon.mail.MessageTestUtils.MultipartBuilder; 314 final Part cid1bp = MessageTestUtils.bodyPart("image/gif", cid1); in testFindPartByContentIdTestCase() 316 final Part cid2bp = MessageTestUtils.bodyPart("image/gif", "<" + cid2 + ">"); in testFindPartByContentIdTestCase() 320 .addBodyPart(MessageTestUtils.bodyPart("text/html", null)) in testFindPartByContentIdTestCase() 330 .addBodyPart(MessageTestUtils.bodyPart("image/tiff", "cid.4@android.com")) in testFindPartByContentIdTestCase() 333 .addBodyPart(MessageTestUtils.bodyPart("text/plain", null)) in testFindPartByContentIdTestCase() 334 .addBodyPart(MessageTestUtils.bodyPart("text/html", null)) in testFindPartByContentIdTestCase() 338 .addBodyPart(MessageTestUtils.bodyPart("image/gif", "cid.3@android.com")) in testFindPartByContentIdTestCase() [all …]
|
/packages/apps/Email/tests/src/com/android/email/ |
D | LegacyConversionsTests.java | 31 import com.android.emailcommon.mail.MessageTestUtils; 32 import com.android.emailcommon.mail.MessageTestUtils.MessageBuilder; 33 import com.android.emailcommon.mail.MessageTestUtils.MultipartBuilder; 261 attachmentPart = MessageTestUtils.bodyPart("image/jpg", null); in testAttachmentDispositions() 270 attachmentPart = MessageTestUtils.bodyPart("image/gif", null); in testAttachmentDispositions() 279 attachmentPart = MessageTestUtils.bodyPart("text/calendar", null); in testAttachmentDispositions() 355 BodyPart attachmentPart = MessageTestUtils.bodyPart("image/jpg", null); in prepareLegacyMessageWithAttachments() 385 .addBodyPart(MessageTestUtils.bodyPart("text/html", null)) in prepareLegacyMessageWithAttachments()
|
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
D | MessageTestUtils.java | 56 public class MessageTestUtils { class
|