Searched refs:mHtmlReply (Results 1 – 7 of 7) sorted by relevance
102 if (body.mHtmlReply == null) { in getHtmlAlternate()115 String htmlBody = getHtmlBody(body.mHtmlReply); in getHtmlAlternate()146 if (quotedText == null && body.mHtmlReply != null) { in buildBodyText()147 quotedText = Html.fromHtml(body.mHtmlReply).toString(); in buildBodyText()
107 message.mHtmlReply = BODY_HTML_REPLY; in createTestMessage()153 message1.mHtmlReply = null; in testBuildBodyText()187 message2.mHtmlReply = null; in testBuildBodyText()381 message.mHtmlReply = null; in testGetHtmlAlternate()
199 message.mHtmlReply = "reply html " + name; in setupMessage()226 body.mHtmlReply = "html reply " + messageId; in setupBody()422 assertEquals(caller + " mHtmlReply", expect.mHtmlReply, actual.mHtmlReply); in assertMessageEqual()
324 public String mHtmlReply; field in EmailContent.Body348 values.put(BodyColumns.HTML_REPLY, mHtmlReply); in toContentValues()466 mHtmlReply = cursor.getString(CONTENT_HTML_REPLY_COLUMN); in restore()737 transient public String mHtmlReply; field in EmailContent.Message891 if (mText == null && mHtml == null && mTextReply == null && mHtmlReply == null && in save()969 if (mHtmlReply != null) { in addSaveOps()970 cv.put(Body.HTML_REPLY, mHtmlReply); in addSaveOps()
128 body.mHtmlReply = sbHtmlReply.toString(); in updateBodyFields()
851 message.mHtmlReply = body.mHtmlReply; in resumeDraft()906 displayQuotedText(message.mTextReply, message.mHtmlReply); in processDraftMessage()921 message.mHtmlReply = null; in loadSourceMessage()1270 message.mHtmlReply = mSource.mHtml; in updateMessage()1299 mDraft.mHtmlReply = null; in updateMessage()1341 values.put(BodyColumns.HTML_REPLY, mDraft.mHtmlReply); in doInBackground()
471 localMessage2.mHtmlReply = null; in testMakeLegacyMessage()578 assertEquals(tag, expect.mHtmlReply, get1HtmlReply); in checkLegacyMessage()