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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 106 String htmlContent = TextUtils.htmlEncode(body.mTextContent); // Escape HTML reserved chars
107 htmlContent = NEWLINE_PATTERN.matcher(htmlContent).replaceAll(NEWLINE_HTML);
108 altMessage.append(htmlContent);
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 215 * @param htmlContent the html text for the body
219 public static Body setupBody(long messageId, String textContent, String htmlContent,
224 body.mHtmlContent = htmlContent;

Completed in 93 milliseconds