Home
last modified time | relevance | path

Searched refs:setQuotedTextFromHtml (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DQuotedTextView.java295 public void setQuotedTextFromHtml(CharSequence htmlText, boolean shouldQuoteText) { in setQuotedTextFromHtml() method in QuotedTextView
DComposeActivity.java2011 mQuotedTextView.setQuotedTextFromHtml(quotedText, shouldQuoteText); in initQuotedText()