Searched refs:lastLocalDate (Results 1 – 1 of 1) sorted by relevance
1003 LocalDate lastLocalDate = LocalDate.of(1, 1, 1); in updateNotificationCounts() local1008 lastLocalDate = LocalDate.parse(lastLocalDateString); in updateNotificationCounts()1015 + lastLocalDate); in updateNotificationCounts()1017 boolean resetMonthly = lastLocalDate.getYear() != mLocalDate.getYear() in updateNotificationCounts()1018 || lastLocalDate.getMonthValue() != mLocalDate.getMonthValue(); in updateNotificationCounts()1020 || lastLocalDate.getDayOfMonth() != mLocalDate.getDayOfMonth(); in updateNotificationCounts()