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