Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java235 final File tempBodyFile = File.createTempFile("testAttachmentRoundTrip", ".eml", in testAttachmentRoundTrip() local
238 final OutputStream bodyOut = new FileOutputStream(tempBodyFile); in testAttachmentRoundTrip()
244 final InputStream bodyIn = new FileInputStream(tempBodyFile); in testAttachmentRoundTrip()
251 if (!tempBodyFile.delete()) { in testAttachmentRoundTrip()