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

  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 178 // See [MS-ASCAL] 2.2.2.8 for Calendar BusyStatus
179 // See [MS-EMAIL] 2.2.2.34 for MeetingRequest BusyStatus
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 352 int busyStatus = CalendarUtilities.BUSY_STATUS_TENTATIVE;
467 exceptionsParser(ops, cv, attendeeValues, reminderMins, busyStatus,
517 busyStatus = getValueInt();
539 cv.put(Events.AVAILABILITY, CalendarUtilities.availabilityFromBusyStatus(busyStatus));
550 // If the user is an attendee, set the attendee status using busyStatus (note that the
551 // busyStatus is inherited from the parent unless it's specified in the exception)
600 CalendarUtilities.attendeeStatusFromBusyStatus(busyStatus);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 614 final int busyStatus = CalendarUtilities.busyStatusFromAvailability(availability);
615 s.data(Tags.CALENDAR_BUSY_STATUS, Integer.toString(busyStatus));
    [all...]

Completed in 592 milliseconds