Searched refs:HEADER_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
58 private static final String HEADER_SEPARATOR = "<br type='attribution'>"; field in QuotedTextView59 private static final int HEADER_SEPARATOR_LENGTH = HEADER_SEPARATOR.length();256 quotedText.append(HEADER_SEPARATOR); in setQuotedText()273 quotedText.append(HEADER_SEPARATOR); in setQuotedText()303 quotedText.append(HEADER_SEPARATOR); in setQuotedTextFromHtml()348 return text.indexOf(QuotedTextView.HEADER_SEPARATOR) in getQuotedTextOffset()