Searched refs:ORIGINAL_ALL_DAY (Results 1 – 3 of 3) sorted by relevance
109 Events.ORIGINAL_ALL_DAY + "," +557 CalendarContract.Events.ORIGINAL_ALL_DAY + " INTEGER," + in createEventsTable()3193 + CalendarContract.Events.ORIGINAL_ALL_DAY + "," in createEventsView()
2010 values.put(Events.ORIGINAL_ALL_DAY, allDay); in handleInsertException()2714 bob.append("\nori_all_day: ").append(values.getAsInteger(Events.ORIGINAL_ALL_DAY)); in dumpEventNoPII()3282 allDayInteger = values.getAsInteger(Events.ORIGINAL_ALL_DAY); in updateEventRawTimesLocked()5029 sEventsProjectionMap.put(Events.ORIGINAL_ALL_DAY, Events.ORIGINAL_ALL_DAY); in sEventsProjectionMap.put() argument5127 sEventEntitiesProjectionMap.put(Events.ORIGINAL_ALL_DAY, Events.ORIGINAL_ALL_DAY); in sEventEntitiesProjectionMap.put() argument
1328 m.put(Events.ORIGINAL_ALL_DAY, recur.mAllDay ? 1 : 0); in eventInfoToContentValues()