Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java210 final File tempAttachmentFile = File.createTempFile("testAttachmentRoundTrip", ".txt", in testAttachmentRoundTrip() local
214 final OutputStream attOut = new FileOutputStream(tempAttachmentFile); in testAttachmentRoundTrip()
220 size = tempAttachmentFile.length(); in testAttachmentRoundTrip()
221 final InputStream attIn = new FileInputStream(tempAttachmentFile); in testAttachmentRoundTrip()
225 if (!tempAttachmentFile.delete()) { in testAttachmentRoundTrip()