Searched refs:mLocalDate (Results 1 – 1 of 1) sorted by relevance
331 @Nullable private LocalDate mLocalDate; field in SlicePurchaseController516 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()