Home | History | Annotate | Download | only in exchange

Lines Matching refs:att

892         Attachment att = req.mAttachment;
893 Message msg = Message.restoreMessageWithId(mContext, att.mMessageKey);
894 doProgressCallback(msg.mId, att.mId, 0);
896 String cmd = "GetAttachment&AttachmentName=" + att.mLocation;
906 : createUniqueFileInternal(req.mDestination, att.mFileName);
949 doProgressCallback(msg.mId, att.mId, pct);
960 if (att.isSaved()) {
966 att.update(mContext, cv);
967 doStatusCallback(msg.mId, att.mId, EmailServiceStatus.SUCCESS);
971 doStatusCallback(msg.mId, att.mId, EmailServiceStatus.MESSAGE_NOT_FOUND);