Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java244 final InputStream bodyIn = new FileInputStream(tempBodyFile); in testAttachmentRoundTrip() local
246 inMessage = new MimeMessage(bodyIn); in testAttachmentRoundTrip()
248 bodyIn.close(); in testAttachmentRoundTrip()