Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java313 final String newFilePath = getFilePath(uri); in copyAttachment() local
326 outputStream = new FileOutputStream(newFilePath); in copyAttachment()
328 LogUtils.e(LOG_TAG, "File not found for file %s", newFilePath); in copyAttachment()
351 attachment.contentUri = Uri.parse("file://" + newFilePath); in copyAttachment()
361 newFilePath, size, false); in copyAttachment() local
369 intent.setData(Uri.parse("file://" + newFilePath)); in copyAttachment()
376 LogUtils.e(LOG_TAG, e, "Cannot write to file %s", newFilePath); in copyAttachment()
377 new File(newFilePath).delete(); in copyAttachment()