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.java994 LocalDate lastLocalDate = LocalDate.of(1, 1, 1); in updateNotificationCounts() local
999 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()