Home | History | Annotate | Download | only in activity

Lines Matching defs:mAttachments

165     private final ArrayList<Attachment> mAttachments = new ArrayList<Attachment>();
630 && mAttachments.isEmpty();
949 mAttachments, mSourceAttachments, true)) {
1332 updateMessage(mDraft, mAccount, mAttachments.size() > 0, mSend);
1353 for (Attachment attachment : mAttachments) {
1621 mAttachments.add(attachment);
1628 for (Attachment attachment : mAttachments) {
1722 deleteAttachment(mAttachments, attachment);
1833 if (processSourceMessageAttachments(mAttachments, mSourceAttachments, isForward())) {