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()
3277 Integer allDayInteger = values.getAsInteger(Events.ALL_DAY); in updateEventRawTimesLocked() local3278 if (allDayInteger != null) { in updateEventRawTimesLocked()3279 allDay = allDayInteger != 0; in updateEventRawTimesLocked()3306 allDayInteger = values.getAsInteger(Events.ORIGINAL_ALL_DAY); in updateEventRawTimesLocked()3307 if (allDayInteger != null) { in updateEventRawTimesLocked()3308 time.setAllDay(allDayInteger != 0); in updateEventRawTimesLocked()