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

  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 188 public static final String HTML_REPLY = "htmlReply";
213 BodyColumns.HTML_REPLY, BodyColumns.TEXT_REPLY, BodyColumns.SOURCE_MESSAGE_KEY,
227 RECORD_ID, BodyColumns.HTML_REPLY
257 values.put(BodyColumns.HTML_REPLY, mHtmlReply);
    [all...]
EmailProvider.java 530 + BodyColumns.HTML_REPLY + " text, "
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 597 values.put(BodyColumns.HTML_REPLY, htmlReply);
    [all...]

Completed in 37 milliseconds