Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DQuotedTextView.java244 StringBuilder quotedText = new StringBuilder(); in setQuotedText() local
249 quotedText.append(sQuoteBegin); in setQuotedText()
250 quotedText in setQuotedText()
256 quotedText.append(HEADER_SEPARATOR); in setQuotedText()
257 quotedText.append(BLOCKQUOTE_BEGIN); in setQuotedText()
258 quotedText.append(htmlText); in setQuotedText()
259 quotedText.append(BLOCKQUOTE_END); in setQuotedText()
260 quotedText.append(QUOTE_END); in setQuotedText()
262 quotedText.append(sQuoteBegin); in setQuotedText()
263 quotedText in setQuotedText()
[all …]
DComposeActivity.java467 String toAddress, String body, String quotedText, String subject, in launch() argument
485 if (quotedText != null) { in launch()
486 intent.putExtra(EXTRA_QUOTED_TEXT, quotedText); in launch()
555 final CharSequence quotedText; in finishCreate() local
566 quotedText = savedState.getCharSequence(EXTRA_QUOTED_TEXT); in finishCreate()
590 quotedText = null; in finishCreate()
688 if (quotedText != null) { in finishCreate()
689 initQuotedText(quotedText, false /* shouldQuoteText */); in finishCreate()
1179 CharSequence quotedText = mQuotedTextView.getQuotedText(); in createMessage() local
1181 if (refMessage != null && !TextUtils.isEmpty(quotedText)) { in createMessage()
[all …]