Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java331 @Nullable private LocalDate mLocalDate; field in SlicePurchaseController
516 mLocalDate = localDate; in setLocalDate()
990 if (mLocalDate == null) { in updateNotificationCounts()
992 mLocalDate = LocalDate.now(ZoneId.of("UTC")); in updateNotificationCounts()
1005 + mMonthlyCount + ", mLocalDate=" + mLocalDate + ", 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()
1023 mLocalDate.toString()); in updateNotificationCounts()