Searched defs:endTag (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAbstractSyncParser.java116 * @param endTag the tag we end with
119 public void skipParser(int endTag) throws IOException { argument
120 while (nextTag(endTag) != END) {
H A DProvisionParser.java382 * @param endTag the tag whose children we're walking through
386 private boolean specifiesApplications(int endTag) throws IOException { argument
388 while (nextTag(endTag) != END) {
H A DEmailSyncParser.java718 * @param endTag the tag we end with
721 public void messageUpdateParser(int endTag) throws IOException { argument
725 while (nextTag(endTag) != END) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTreeBuilder.java146 HtmlDocument.EndTag endTag = HtmlDocument.createEndTag(element);
147 tableFixer.seeEndTag(endTag);
148 tree.addEndTag(endTag);
231 void seeEndTag(HtmlDocument.EndTag endTag) { argument
232 HTML.Element element= endTag.getElement();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java206 private void endTag(final String format, final Object ... args) { method in class:KeyboardBuilder
321 if (DEBUG) endTag("</%s>", tag);
372 if (DEBUG) endTag("</%s>", tag);
612 if (DEBUG) endTag("</%s>", TAG_SWITCH);

Completed in 114 milliseconds