Home
last modified time | relevance | path

Searched refs:syncStatus (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java2109 int syncStatus = Attendees.ATTENDEE_STATUS_NONE; in sendLocalChanges() local
2112 syncStatus = Integer.parseInt(userAttendeeStatus); in sendLocalChanges()
2117 if ((currentStatus != syncStatus) && in sendLocalChanges()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java1685 int syncStatus = EmailContent.SYNC_STATUS_BACKGROUND; in requestSync() local
1711 syncStatus = EmailContent.SYNC_STATUS_USER; in requestSync()
1713 setMailboxSyncStatus(m.mId, syncStatus); in requestSync()