Searched refs:ORIGINAL_HTML (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlDocument.java637 serialize(sb, SerializeType.ORIGINAL_HTML);
644 ORIGINAL_HTML, HTML, XHTML enum constant in enum:HtmlDocument.Tag.SerializeType
649 if (type == SerializeType.ORIGINAL_HTML && originalHtmlBeforeAttributes != null) {
660 if (type == SerializeType.ORIGINAL_HTML) {
671 if (type == SerializeType.ORIGINAL_HTML && originalHtmlAfterAttributes != null) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java638 serialize(sb, SerializeType.ORIGINAL_HTML);
645 ORIGINAL_HTML, HTML, XHTML enum constant in enum:HtmlDocument.Tag.SerializeType
650 if (type == SerializeType.ORIGINAL_HTML && originalHtmlBeforeAttributes != null) {
661 if (type == SerializeType.ORIGINAL_HTML) {
672 if (type == SerializeType.ORIGINAL_HTML && originalHtmlAfterAttributes != null) {

Completed in 26 milliseconds