Home
last modified time | relevance | path

Searched refs:savedDate (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java172 LocalDateTime savedDate = null; in shouldDisplayNotification() local
174 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()