Searched refs:savedDate (Results 1 – 1 of 1) sorted by relevance
172 LocalDateTime savedDate = null; in shouldDisplayNotification() local174 savedDate = LocalDateTime.parse(date); in shouldDisplayNotification()175 if ((countShown == 1 && now.isBefore(savedDate.plusWeeks(1))) in shouldDisplayNotification()176 || now.isBefore(savedDate.plusMonths(6))) { in shouldDisplayNotification()181 + (" savedDate=" + savedDate)); in shouldDisplayNotification()192 + (" savedDate=" + savedDate)); in shouldDisplayNotification()