Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DQuotedTextView.java68 private static String sQuoteBegin; field in QuotedTextView
91 sQuoteBegin = context.getResources().getString(R.string.quote_begin); in QuotedTextView()
249 quotedText.append(sQuoteBegin); in setQuotedText()
262 quotedText.append(sQuoteBegin); in setQuotedText()
300 quotedText.append(sQuoteBegin); in setQuotedTextFromHtml()
336 int pos = text.indexOf(sQuoteBegin); in containsQuotedText()
361 return textString.indexOf(sQuoteBegin); in findQuotedTextIndex()