Searched defs:Tag (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DBaseAccountType.java89 private interface Tag { interface in class:BaseAccountType
656 if (Tag.DATA_KIND.equals(tag)) {
798 if (Tag.TYPE.equals(tag)) {
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlDocument.java96 * Creates start Tag Node.
99 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) {
104 * Creates start Tag Node.
105 * @see HtmlDocument.Tag#Tag(HTML.Element, List, boolean, String, String)
107 public static Tag createTag(HTML.Element element,
110 return new Tag(element, attributes, false, originalHtmlBeforeAttributes,
115 * Creates self-terminating Tag Node.
118 public static Tag createSelfTerminatingTag(HTML.Element element,
124 * Creates self-terminating Tag Nod
502 public static class Tag extends Node { class in class:HtmlDocument
534 private Tag(HTML.Element element, List<TagAttribute> attributes, method in class:HtmlDocument.Tag
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java97 * Creates start Tag Node.
100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) {
105 * Creates start Tag Node.
106 * @see HtmlDocument.Tag#Tag(HTML.Element, List, boolean, String, String)
108 public static Tag createTag(HTML.Element element,
111 return new Tag(element, attributes, false, originalHtmlBeforeAttributes,
116 * Creates self-terminating Tag Node.
119 public static Tag createSelfTerminatingTag(HTML.Element element,
125 * Creates self-terminating Tag Nod
503 public static class Tag extends Node { class in class:HtmlDocument
535 private Tag(HTML.Element element, List<TagAttribute> attributes, method in class:HtmlDocument.Tag
[all...]

Completed in 682 milliseconds