Home | History | Annotate | Download | only in adapter

Lines Matching refs:mAttachment

54     private final Attachment mAttachment;
66 mAttachment = req.mAttachment;
67 mAttachmentId = mAttachment.mId;
68 mAttachmentSize = (int)mAttachment.mSize;
69 mAccountId = mAttachment.mAccountKey;
70 mMessageId = mAttachment.mMessageKey;
99 mAttachment.update(mContext, cv);
191 s.data(Tags.BASE_FILE_REFERENCE, mAttachment.mLocation);
195 String location = mAttachment.mLocation;