HomeSort by relevance Sort by last modified time
    Searched defs:saveAttachment (Results 1 - 5 of 5) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 111 AttachmentUtilities.saveAttachment(mContext, in, mAttachment);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java 264 AttachmentUtilities.saveAttachment(mContext, in, attachment);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 199 saveAttachment();
301 private void saveAttachment() {
302 saveAttachment(getCurrentAttachment());
324 private void saveAttachment(final Attachment attachment) {
343 saveAttachment(new Attachment(cursor));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 398 public static void saveAttachment(Context context, InputStream in, Attachment attachment) {
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 225 AttachmentUtilities.saveAttachment(mContext, storePart.getBody().getInputStream(),

Completed in 54 milliseconds