Home | History | Annotate | Download | only in provider

Lines Matching defs:mAttachments

930         transient public ArrayList<Attachment> mAttachments = null;
1083 (mAttachments == null || mAttachments.isEmpty())) {
1107 if (mAttachments != null) {
1109 for (int i = 0; i < mAttachments.size(); i++) {
1110 final Attachment a = mAttachments.get(i);
1198 if (mAttachments != null) {
1199 for (Attachment att: mAttachments) {