Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java233 final MimeMessage inMessage; in testAttachmentRoundTrip() local
246 inMessage = new MimeMessage(bodyIn); in testAttachmentRoundTrip()
255 final Multipart inBody = (Multipart) inMessage.getBody(); in testAttachmentRoundTrip()