Home
last modified time | relevance | path

Searched refs:CALENDAR_ALL_DAY_EVENT (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java339 data(Tags.CALENDAR_ALL_DAY_EVENT, "0"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java169 public static final int CALENDAR_ALL_DAY_EVENT = CALENDAR_PAGE + 6; field in Tags
DCalendarSyncAdapter.java490 case Tags.CALENDAR_ALL_DAY_EVENT: in addEvent()
875 case Tags.CALENDAR_ALL_DAY_EVENT: in exceptionParser()
1556 s.data(Tags.CALENDAR_ALL_DAY_EVENT, allDay ? "1" : "0"); in sendEvent()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java339 data(Tags.CALENDAR_ALL_DAY_EVENT, "0"); in setupPostAttendees()