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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlParser.java445 boolean attrValueIsQuoted = false; field in class:HtmlParser.AttributeScanner
459 attrValueIsQuoted = false;
523 attrValueIsQuoted = true;
1023 if (scanner.attrValueIsQuoted) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlParser.java445 boolean attrValueIsQuoted = false; field in class:HtmlParser.AttributeScanner
459 attrValueIsQuoted = false;
523 attrValueIsQuoted = true;
1023 if (scanner.attrValueIsQuoted) {

Completed in 81 milliseconds