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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 412 int busyStatus = CalendarUtilities.BUSY_STATUS_TENTATIVE;
522 exceptionsParser(ops, cv, attendeeValues, reminderMins, busyStatus,
567 busyStatus = getValueInt();
597 // If the user is an attendee, set the attendee status using busyStatus (note that the
598 // busyStatus is inherited from the parent unless it's specified in the exception)
647 CalendarUtilities.attendeeStatusFromBusyStatus(busyStatus);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 177 // See [MS-ASCAL] 2.2.2.8 for Calendar BusyStatus
178 // See [MS-EMAIL] 2.2.2.34 for MeetingRequest BusyStatus
    [all...]

Completed in 67 milliseconds