Home | History | Annotate | Download | only in activity

Lines Matching refs:mAttachments

167     private final ArrayList<Attachment> mAttachments = new ArrayList<Attachment>();
611 && mAttachments.isEmpty();
930 mAttachments, mSourceAttachments, true)) {
1313 updateMessage(mDraft, mAccount, mAttachments.size() > 0, mSend);
1334 for (Attachment attachment : mAttachments) {
1601 mAttachments.add(attachment);
1608 for (Attachment attachment : mAttachments) {
1701 deleteAttachment(mAttachments, attachment);
1812 if (processSourceMessageAttachments(mAttachments, mSourceAttachments, isForward())) {