Searched refs:tempDir (Results 1 – 4 of 4) sorted by relevance
205 final File tempDir = context.getCacheDir(); in testAttachmentRoundTrip() local206 if (!tempDir.isDirectory() && !tempDir.mkdirs()) { in testAttachmentRoundTrip()211 tempDir); in testAttachmentRoundTrip()
63 File tempDir = temporaryFolder.newFolder(); in testNestedDirectories() local65 File testFile = File.createTempFile("test", null, tempDir); in testNestedDirectories()
279 File tempDir = FileUtils.getTempDir(this, mMetaBugReport.getTimestamp()); in cancelAudioMessageRecording() local280 new DeleteDirectoryAsyncTask().execute(tempDir); in cancelAudioMessageRecording()
1051 final File tempDir = context.getExternalCacheDir(); in appendMessage() local1052 final File tempFile = File.createTempFile("IMAPupsync", ".eml", tempDir); in appendMessage()