Home
last modified time | relevance | path

Searched refs:SYNC_RESPONSES (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAbstractSyncParser.java168 } else if (tag == Tags.SYNC_RESPONSES) { in parse()
DTags.java63 public static final int SYNC_RESPONSES = SYNC_PAGE + 6; field in Tags
DEmailSyncAdapter.java1092 while (nextTag(Tags.SYNC_RESPONSES) != END) {
DCalendarSyncAdapter.java1340 while (nextTag(Tags.SYNC_RESPONSES) != END) { in responsesParser()
DContactsSyncAdapter.java956 while (nextTag(Tags.SYNC_RESPONSES) != END) { in responsesParser()