Searched refs:newLastDate (Results 1 – 1 of 1) sorted by relevance
4103 long newLastDate; in handleUpdateEvents() local4105 newLastDate = calculateLastDate(values); in handleUpdateEvents()4111 if (oldLastDate != newLastDate) { in handleUpdateEvents()4114 if (newLastDate < 0) { in handleUpdateEvents()4117 modValues.put(Events.LAST_DATE, newLastDate); in handleUpdateEvents()