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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 191 } else if (tag == Tags.SYNC_RESPONSES) {
EmailSyncParser.java 741 while (nextTag(Tags.SYNC_RESPONSES) != END) {
    [all...]
Tags.java 67 public static final int SYNC_RESPONSES = SYNC_PAGE + 6;
    [all...]
CalendarSyncParser.java     [all...]
ContactsSyncParser.java 611 while (nextTag(Tags.SYNC_RESPONSES) != END) {
    [all...]

Completed in 301 milliseconds