Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java214 final OutputStream attOut = new FileOutputStream(tempAttachmentFile); in testAttachmentRoundTrip() local
216 attOut.write("TestData".getBytes()); in testAttachmentRoundTrip()
218 attOut.close(); in testAttachmentRoundTrip()