Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/utility/
DCalendarUtilities.java1278 s.data(Tags.CALENDAR_RECURRENCE_DAYOFMONTH, byMonthDay); in recurrenceFromRrule()
1304 s.data(Tags.CALENDAR_RECURRENCE_DAYOFMONTH, byMonthDay); in recurrenceFromRrule()
1327 s.data(Tags.CALENDAR_RECURRENCE_DAYOFMONTH, byMonthDay); in recurrenceFromRrule()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DTags.java259 public static final int CALENDAR_RECURRENCE_DAYOFMONTH = CALENDAR_PAGE + 0x21; field in Tags
DCalendarSyncParser.java745 case Tags.CALENDAR_RECURRENCE_DAYOFMONTH: in recurrenceParser()