HomeSort by relevance Sort by last modified time
    Searched refs:ENUM_TYPE (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 155 public static final int ENUM_TYPE = 3;
178 * or if Attribute is of type ENUM_TYPE and the values are null
182 Preconditions.checkArgument((values == null) ^ (type == ENUM_TYPE),
183 "Only ENUM_TYPE can have values != null");
200 * When called on an attribute of ENUM_TYPE, returns a Set of Strings
206 * @throws IllegalStateException if attribute type is not ENUM_TYPE
209 Preconditions.checkState(type == ENUM_TYPE);
HTML4.java 270 HTML.Attribute.ENUM_TYPE,
290 HTML.Attribute.ENUM_TYPE,
306 HTML.Attribute.ENUM_TYPE,
314 HTML.Attribute.ENUM_TYPE,
334 HTML.Attribute.ENUM_TYPE,
372 HTML.Attribute.ENUM_TYPE,
390 HTML.Attribute.ENUM_TYPE,
394 HTML.Attribute.ENUM_TYPE,

Completed in 69 milliseconds