Home
last modified time | relevance | path

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

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java333 data(Tags.CALENDAR_RECURRENCE_OCCURRENCES, "10"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java193 public static final int CALENDAR_RECURRENCE_OCCURRENCES = CALENDAR_PAGE + 0x1E; field in Tags
DCalendarSyncAdapter.java806 case Tags.CALENDAR_RECURRENCE_OCCURRENCES: in recurrenceParser()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java333 data(Tags.CALENDAR_RECURRENCE_OCCURRENCES, "10"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1135 s.data(Tags.CALENDAR_RECURRENCE_OCCURRENCES, count); in addCountIntervalAndUntil()