Home | History | Annotate | Download | only in email

Lines Matching full:saveas

447             File saveAs = AttachmentProvider.getAttachmentFilename(context, accountId,
449 saveAs.createNewFile();
450 FileOutputStream out = new FileOutputStream(saveAs);