Searched refs:allDayInteger (Results 1 – 2 of 2) sorted by relevance
698 Integer allDayInteger = values.getAsInteger(Events.ALL_DAY); in updateInstancesLocked() local699 if (allDayInteger != null) { in updateInstancesLocked()700 allDay = allDayInteger != 0; in updateInstancesLocked()
3253 Integer allDayInteger = values.getAsInteger(Events.ALL_DAY); in updateEventRawTimesLocked() local3254 if (allDayInteger != null) { in updateEventRawTimesLocked()3255 allDay = allDayInteger != 0; in updateEventRawTimesLocked()3282 allDayInteger = values.getAsInteger(Events.ORIGINAL_ALL_DAY); in updateEventRawTimesLocked()3283 if (allDayInteger != null) { in updateEventRawTimesLocked()3284 time.allDay = allDayInteger != 0; in updateEventRawTimesLocked()