Searched refs:oldLastDateObj (Results 1 – 1 of 1) sorted by relevance
3822 Long oldLastDateObj = values.getAsLong(Events.LAST_DATE); in handleUpdateEvents() local3823 long oldLastDate = (oldLastDateObj == null) ? -1 : oldLastDateObj; in handleUpdateEvents()