Home
last modified time | relevance | path

Searched refs:CALENDAR_RECURRENCE_WEEKOFMONTH (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1159 s.data(Tags.CALENDAR_RECURRENCE_WEEKOFMONTH, Integer.toString(weekOfMonth)); in addByDay()
1172 s.data(Tags.CALENDAR_RECURRENCE_WEEKOFMONTH, Integer.toString(weekOfMonth)); in addByDaySetpos()
1211 s.data(Tags.CALENDAR_RECURRENCE_WEEKOFMONTH, "5"); in recurrenceFromRrule()
1215 s.data(Tags.CALENDAR_RECURRENCE_WEEKOFMONTH, byDay.substring(0, 1)); in recurrenceFromRrule()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java197 public static final int CALENDAR_RECURRENCE_WEEKOFMONTH = CALENDAR_PAGE + 0x22; field in Tags
DCalendarSyncAdapter.java815 case Tags.CALENDAR_RECURRENCE_WEEKOFMONTH: in recurrenceParser()