HomeSort by relevance Sort by last modified time
    Searched refs:mHtmlReply (Results 1 - 8 of 8) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 102 if (body.mHtmlReply == null) {
115 String htmlBody = getHtmlBody(body.mHtmlReply);
146 if (quotedText == null && body.mHtmlReply != null) {
147 quotedText = Html.fromHtml(body.mHtmlReply).toString();
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 107 message.mHtmlReply = BODY_HTML_REPLY;
153 message1.mHtmlReply = null;
187 message2.mHtmlReply = null;
381 message.mHtmlReply = null;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
ConversionUtilities.java 128 body.mHtmlReply = sbHtmlReply.toString();
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 199 message.mHtmlReply = "reply html " + name;
226 body.mHtmlReply = "html reply " + messageId;
422 assertEquals(caller + " mHtmlReply", expect.mHtmlReply, actual.mHtmlReply);
ProviderTests.java 454 String htmlReply2 = message2.mHtmlReply;
460 message2.mHtmlReply = null;
471 assertEquals("reply html", htmlReply2, body2.mHtmlReply);
727 assertEquals(body1.mHtmlReply, htmlReply);
744 assertEquals(body2.mHtmlReply, htmlReply);
765 assertEquals(message1.mHtmlReply,
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 295 public String mHtmlReply;
300 * even if {@link #mHtmlReply} and {@link #mTextReply} are null (indicating the user doesn't
318 values.put(BodyColumns.HTML_REPLY, mHtmlReply);
436 mHtmlReply = cursor.getString(CONTENT_HTML_REPLY_COLUMN);
700 transient public String mHtmlReply;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 834 message.mHtmlReply = body.mHtmlReply
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 471 localMessage2.mHtmlReply = null;
578 assertEquals(tag, expect.mHtmlReply, get1HtmlReply);

Completed in 140 milliseconds