Home | History | Annotate | Download | only in providers

Lines Matching defs:mAttachments

226     private transient List<Attachment> mAttachments = null;
470 // populate mAttachments
471 mAttachments = Lists.newArrayList();
477 mAttachments.add(new Attachment(context, attachmentPart,
487 mAttachments.add(new Attachment(context, viewablePart, emlFileUri, messageId, cid,
492 hasAttachments = !mAttachments.isEmpty();
639 if (mAttachments == null) {
641 mAttachments = Attachment.fromJSONArray(attachmentsJson);
643 mAttachments = Collections.emptyList();
646 return mAttachments;
658 return mAttachments.size();