Home | History | Annotate | Download | only in providers

Lines Matching refs:mAttachments

226     private transient List<Attachment> mAttachments = null;
472 // populate mAttachments
473 mAttachments = Lists.newArrayList();
479 mAttachments.add(new Attachment(context, attachmentPart,
489 mAttachments.add(new Attachment(context, viewablePart, emlFileUri, messageId, cid,
494 hasAttachments = !mAttachments.isEmpty();
641 if (mAttachments == null) {
643 mAttachments = Attachment.fromJSONArray(attachmentsJson);
645 mAttachments = Collections.emptyList();
648 return mAttachments;