Searched refs:newFilePath (Results 1 – 1 of 1) sorted by relevance
313 final String newFilePath = getFilePath(uri); in copyAttachment() local326 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() local369 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()