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

  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 393 int busyStatus = CalendarUtilities.BUSY_STATUS_TENTATIVE;
495 exceptionsParser(ops, cv, attendeeValues, reminderMins, busyStatus,
540 busyStatus = getValueInt();
565 // If the user is an attendee, set the attendee status using busyStatus (note that the
566 // busyStatus is inherited from the parent unless it's specified in the exception)
606 (busyStatus == CalendarUtilities.BUSY_STATUS_BUSY)) {
607 busyStatus = CalendarUtilities.BUSY_STATUS_FREE;
610 CalendarUtilities.attendeeStatusFromBusyStatus(busyStatus);
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 146 // See [MS-ASCAL] 2.2.2.8 for Calendar BusyStatus
147 // See [MS-EMAIL] 2.2.2.34 for MeetingRequest BusyStatus
    [all...]

Completed in 127 milliseconds