Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java238 final OutputStream bodyOut = new FileOutputStream(tempBodyFile); in testAttachmentRoundTrip() local
240 outMessage.writeTo(bodyOut); in testAttachmentRoundTrip()
242 bodyOut.close(); in testAttachmentRoundTrip()