Searched defs:availability (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java826 // for possible matches is the offset and DST availability; we'll take the first
1540 /** Get a busy status from event availability
1542 * @param availability from CalendarProvider2
1545 static public int busyStatusFromAvailability(int availability) { argument
1547 switch (availability) {
1562 /** Get an event availability from busy status
1565 * @return the corresponding availability value
1568 int availability;
1571 availability = Events.AVAILABILITY_BUSY;
1574 availability
[all...]

Completed in 54 milliseconds