Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java430 int busyStatus = CalendarUtilities.BUSY_STATUS_TENTATIVE; in addEvent() local
537 exceptionsParser(ops, cv, attendeeValues, reminderMins, busyStatus, in addEvent()
587 busyStatus = getValueInt(); in addEvent()
667 CalendarUtilities.attendeeStatusFromBusyStatus(busyStatus); in addEvent()
834 ArrayList<ContentValues> attendeeValues, int reminderMins, int busyStatus, in exceptionParser() argument
907 busyStatus = getValueInt(); in exceptionParser()
947 CalendarUtilities.attendeeStatusFromBusyStatus(busyStatus)); in exceptionParser()
985 ArrayList<ContentValues> attendeeValues, int reminderMins, int busyStatus, in exceptionsParser() argument
990 exceptionParser(ops, cv, attendeeValues, reminderMins, busyStatus, in exceptionsParser()
1717 int busyStatus = CalendarUtilities.BUSY_STATUS_TENTATIVE; in sendEvent() local
[all …]
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1442 static public int attendeeStatusFromBusyStatus(int busyStatus) { in attendeeStatusFromBusyStatus() argument
1444 switch (busyStatus) { in attendeeStatusFromBusyStatus()
1492 int busyStatus; in busyStatusFromAttendeeStatus() local
1497 busyStatus = BUSY_STATUS_FREE; in busyStatusFromAttendeeStatus()
1500 busyStatus = BUSY_STATUS_TENTATIVE; in busyStatusFromAttendeeStatus()
1504 busyStatus = BUSY_STATUS_BUSY; in busyStatusFromAttendeeStatus()
1507 return busyStatus; in busyStatusFromAttendeeStatus()