Searched refs:RETENTION_PERIOD (Results 1 – 4 of 4) sorted by relevance
37 import static com.android.car.watchdog.WatchdogStorage.RETENTION_PERIOD;302 int retentionDaysAgo = RETENTION_PERIOD.getDays(); in testSaveIoOveruseStatsOutsideRetentionPeriod()791 startTime = currentDate.minus(RETENTION_PERIOD.minusDays(1)).toEpochSecond(); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
51 import static com.android.car.watchdog.WatchdogStorage.RETENTION_PERIOD;705 .isEqualTo(mTimeSource.getCurrentDate().minus(RETENTION_PERIOD)); in testWriteMetadataFile()3628 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD), in testPullUidIoUsageSummaryAtomsWithDateChange()3669 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD)); in testPullSystemIoUsageSummaryAtomsWithRestart()3698 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD)); in testPullSystemIoUsageSummaryAtomsWithDateChange()3745 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD), in testPullUidIoUsageSummaryAtomsForTopUids()3768 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD), in testPullUidIoUsageSummaryAtomsWithRestart()
105 public static final Period RETENTION_PERIOD = field in WatchdogStorage485 >= RETENTION_PERIOD.get(STATS_TEMPORAL_UNIT)) { in saveIoUsageStats()1320 IoUsageStatsTable.truncateToDate(db, currentDate.minus(RETENTION_PERIOD)); in onShrink()
61 import static com.android.car.watchdog.WatchdogStorage.RETENTION_PERIOD;2188 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD); in readMetadataFileLocked()