Home
last modified time | relevance | path

Searched defs:currentDate (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java347 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetHistoricalIoOveruseStats() local
391 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetHistoricalIoOveruseStatsWithNoRecentStats() local
418 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummaries() local
453 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummariesWithLowSystemTotalWrittenBytes() local
479 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummariesWithoutStats() local
505 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummaries() local
561 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummariesWithLowSystemTotalWrittenBytes() local
587 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummariesWithoutStats() local
771 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testTruncateStatsOutsideRetentionPeriodOnDateChange() local
979 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in sampleStatsBetweenDates() local
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java308 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in getHistoricalIoOveruseStats() local
392 ZonedDateTime currentDate = in getNotForgivenHistoricalIoOveruses() local
427 ZonedDateTime currentDate = in forgiveHistoricalOveruses() local
469 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in saveIoUsageStats() local
1259 public static void trimHistoricalStats(SQLiteDatabase db, ZonedDateTime currentDate) { in trimHistoricalStats()
1316 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in onShrink() local
DWatchdogPerfHandler.java1512 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in checkAndResetUserPackageKillableStatesLocked() local
1556 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in checkAndHandleDateChange() local