Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java205 final File tempDir = context.getCacheDir(); in testAttachmentRoundTrip() local
206 if (!tempDir.isDirectory() && !tempDir.mkdirs()) { in testAttachmentRoundTrip()
211 tempDir); in testAttachmentRoundTrip()
/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoaderTest.java63 File tempDir = temporaryFolder.newFolder(); in testNestedDirectories() local
65 File testFile = File.createTempFile("test", null, tempDir); in testNestedDirectories()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportActivity.java279 File tempDir = FileUtils.getTempDir(this, mMetaBugReport.getTimestamp()); in cancelAudioMessageRecording() local
280 new DeleteDirectoryAsyncTask().execute(tempDir); in cancelAudioMessageRecording()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java1051 final File tempDir = context.getExternalCacheDir(); in appendMessage() local
1052 final File tempFile = File.createTempFile("IMAPupsync", ".eml", tempDir); in appendMessage()