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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java49 public static final int END_DOCUMENT = 3; field in class:Parser
291 * Return the next tag found in the stream; special tags END and END_DOCUMENT are used to
314 // We're at end of document here. If we're looking for it, return END_DOCUMENT
316 return END_DOCUMENT;

Completed in 467 milliseconds