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()
3255 Integer allDayInteger = values.getAsInteger(Events.ALL_DAY); in updateEventRawTimesLocked() local3256 if (allDayInteger != null) { in updateEventRawTimesLocked()3257 allDay = allDayInteger != 0; in updateEventRawTimesLocked()3284 allDayInteger = values.getAsInteger(Events.ORIGINAL_ALL_DAY); in updateEventRawTimesLocked()3285 if (allDayInteger != null) { in updateEventRawTimesLocked()3286 time.allDay = allDayInteger != 0; in updateEventRawTimesLocked()