Searched refs:cutOffDate (Results 1 – 1 of 1) sorted by relevance
173 final LocalDate cutOffDate = mInjector.getLocalDate().minusDays(MAX_DAYS_TO_TRACK); in writeToXML() local179 if (userSerialNumber != -1 && userDayStats.getLocalDate().isAfter(cutOffDate)) { in writeToXML()222 final LocalDate cutOffDate = mInjector.getLocalDate().minusDays(MAX_DAYS_TO_TRACK); in readFromXML() local251 if (userId != -1 && localDate.isAfter(cutOffDate)) { in readFromXML()