Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java1003 LocalDate lastLocalDate = LocalDate.of(1, 1, 1); in updateNotificationCounts() local
1008 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()