Home | History | Annotate | Download | only in internet

Lines Matching refs:att

149         Attachment att = new Attachment();
150 att.mContentBytes = "__CONTENT__".getBytes("UTF-8");
151 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART;
152 att.mMimeType = "text/calendar";
153 att.mFileName = "invite.ics";
154 msg.mAttachments.add(att);
194 Attachment att = new Attachment();
195 att.mContentBytes = "<html>Hi</html>".getBytes("UTF-8");
196 att.mMimeType = "text/html";
197 att.mFileName = "test.html";
198 msg.mAttachments.add(att);