Home
last modified time | relevance | path

Searched refs:sourceAttachments (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java146 BodyPart[] sourceAttachments = new BodyPart[3]; in brokentestAttachmentDispositions() local
156 sourceAttachments[0] = attachmentPart; in brokentestAttachmentDispositions()
165 sourceAttachments[1] = attachmentPart; in brokentestAttachmentDispositions()
173 sourceAttachments[2] = attachmentPart; in brokentestAttachmentDispositions()
178 final Message legacyMessage = prepareLegacyMessageWithAttachments(sourceAttachments); in brokentestAttachmentDispositions()