Home | History | Annotate | Download | only in internet

Lines Matching refs:Body

28 import com.android.emailcommon.provider.EmailContent.Body;
56 private static final String REPLY_TEXT_BODY = "This is the body. This is also the body.";
61 + "<body bgcolor=\"#ffffff\" text=\"#000000\">"
62 + "<a href=\"google.com\">test1</a></body></html>";
64 // <body/> element w/ content
66 "<body bgcolor=\"#ffffff\" text=\"#000000\"><a href=\"google.com\">test2</a></body>";
68 // No <body/> tag; just content
94 private Body createTestBody(Message message) {
95 return Body.restoreBodyWithMessageId(mMockContext, message.mId);
111 Body body = createTestBody(msg);
112 String[] bodyParts = Rfc822Output.buildBodyText(body, false);
232 * with just the <body/> tags and without any surrounding tags.