Searched refs:endingTag (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java297 * @param endingTag the tag that would represent the end of the tag we're processing
301 public int nextTag(int endingTag) throws IOException { argument
303 endTag = endingTag &= Tags.PAGE_MASK;
H A DEmailSyncAdapter.java511 public void addData (Message msg, int endingTag) throws IOException { argument
515 while (nextTag(endingTag) != END) {
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
H A DFolderSyncParserTests.java300 public int nextTag(int endingTag) throws IOException { argument
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DFolderSyncParserTests.java300 public int nextTag(int endingTag) throws IOException { argument

Completed in 82 milliseconds