Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java109 Events.ORIGINAL_ALL_DAY + "," +
557 CalendarContract.Events.ORIGINAL_ALL_DAY + " INTEGER," + in createEventsTable()
3193 + CalendarContract.Events.ORIGINAL_ALL_DAY + "," in createEventsView()
DCalendarProvider2.java2034 values.put(Events.ORIGINAL_ALL_DAY, allDay); in handleInsertException()
2738 bob.append("\nori_all_day: ").append(values.getAsInteger(Events.ORIGINAL_ALL_DAY)); in dumpEventNoPII()
3306 allDayInteger = values.getAsInteger(Events.ORIGINAL_ALL_DAY); in updateEventRawTimesLocked()
5053 sEventsProjectionMap.put(Events.ORIGINAL_ALL_DAY, Events.ORIGINAL_ALL_DAY); in sEventsProjectionMap.put() argument
5151 sEventEntitiesProjectionMap.put(Events.ORIGINAL_ALL_DAY, Events.ORIGINAL_ALL_DAY); in sEventEntitiesProjectionMap.put() argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1347 m.put(Events.ORIGINAL_ALL_DAY, recur.mAllDay ? 1 : 0); in eventInfoToContentValues()