OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:busystatus
(Results
1 - 4
of
4
) sorted by null
/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/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/eas/
EasSyncCalendar.java
614
final int
busyStatus
= CalendarUtilities.busyStatusFromAvailability(availability);
615
s.data(Tags.CALENDAR_BUSY_STATUS, Integer.toString(
busyStatus
));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoexstr.h
17
#define cdoBusyStatus L"urn:schemas:calendar:
busystatus
"
Completed in 137 milliseconds