Searched refs:mLocalDate (Results 1 – 1 of 1) sorted by relevance
332 @Nullable private LocalDate mLocalDate; field in SlicePurchaseController517 mLocalDate = localDate; in setLocalDate()999 if (mLocalDate == null) { in updateNotificationCounts()1001 mLocalDate = LocalDate.now(ZoneId.of("UTC")); in updateNotificationCounts()1014 + mMonthlyCount + ", mLocalDate=" + mLocalDate + ", 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()1032 mLocalDate.toString()); in updateNotificationCounts()