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()
2034 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() argument5151 sEventEntitiesProjectionMap.put(Events.ORIGINAL_ALL_DAY, Events.ORIGINAL_ALL_DAY); in sEventEntitiesProjectionMap.put() argument
1347 m.put(Events.ORIGINAL_ALL_DAY, recur.mAllDay ? 1 : 0); in eventInfoToContentValues()