Searched defs:mHtmlReply (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java327 public String mHtmlReply; field in class:EmailContent.Body
333 * even if {@link #mHtmlReply} and {@link #mTextReply} are null (indicating the user doesn't
351 values.put(BodyColumns.HTML_REPLY, mHtmlReply);
469 mHtmlReply = cursor.getString(CONTENT_HTML_REPLY_COLUMN);
740 transient public String mHtmlReply; field in class:EmailContent.Message
894 if (mText == null && mHtml == null && mTextReply == null && mHtmlReply == null &&
972 if (mHtmlReply != null) {
973 cv.put(Body.HTML_REPLY, mHtmlReply);

Completed in 14 milliseconds