Searched refs:newLastDate (Results 1 – 1 of 1) sorted by relevance
4104 long newLastDate; in handleUpdateEvents() local4106 newLastDate = calculateLastDate(values); in handleUpdateEvents()4112 if (oldLastDate != newLastDate) { in handleUpdateEvents()4115 if (newLastDate < 0) { in handleUpdateEvents()4118 modValues.put(Events.LAST_DATE, newLastDate); in handleUpdateEvents()