Home
last modified time | relevance | path

Searched refs:CALENDAR_RECURRENCE_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java332 data(Tags.CALENDAR_RECURRENCE_INTERVAL, "1"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java332 data(Tags.CALENDAR_RECURRENCE_INTERVAL, "1"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java194 public static final int CALENDAR_RECURRENCE_INTERVAL = CALENDAR_PAGE + 0x1F; field in Tags
DCalendarSyncAdapter.java806 case Tags.CALENDAR_RECURRENCE_INTERVAL: in recurrenceParser()
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1169 s.data(Tags.CALENDAR_RECURRENCE_INTERVAL, interval); in addCountIntervalAndUntil()