Searched refs:lastLocalDate (Results 1 – 1 of 1) sorted by relevance
994 LocalDate lastLocalDate = LocalDate.of(1, 1, 1); in updateNotificationCounts() local999 lastLocalDate = LocalDate.parse(lastLocalDateString); in updateNotificationCounts()1006 + lastLocalDate); in updateNotificationCounts()1008 boolean resetMonthly = lastLocalDate.getYear() != mLocalDate.getYear() in updateNotificationCounts()1009 || lastLocalDate.getMonthValue() != mLocalDate.getMonthValue(); in updateNotificationCounts()1011 || lastLocalDate.getDayOfMonth() != mLocalDate.getDayOfMonth(); in updateNotificationCounts()