Home
last modified time | relevance | path

Searched refs:getCurrentDateTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DTimeSource.java34 public ZonedDateTime getCurrentDateTime() { in getCurrentDateTime() method in TimeSource
H A DWatchdogStorage.java165 long excludingEndEpochSeconds = mTimeSource.getCurrentDateTime().toEpochSecond(); in getTodayIoUsageStats()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java129 long expectedDuration = mTimeSource.getCurrentDateTime().toEpochSecond() - startTime; in testSaveAndGetIoOveruseStats()
150 mTimeSource.getCurrentDateTime().toEpochSecond() - expectedStartTime; in testSaveAndGetIoOveruseStatsWithOffsettedStartTime()
162 long duration = mTimeSource.getCurrentDateTime().toEpochSecond() - startTime; in testOverwriteIoOveruseStats()
752 long duration = mTimeSource.getCurrentDateTime().toEpochSecond() - statsDateEpoch; in sampleStatsForToday()
H A DCarWatchdogServiceUnitTest.java617 long startTime = mTimeSource.getCurrentDateTime().minusDays(4).toEpochSecond(); in testGetResourceOveruseStatsForPast7days()
682 long startTime = mTimeSource.getCurrentDateTime().minusDays(4).toEpochSecond(); in testGetResourceOveruseStatsForPast7daysWithNoCurrentStats()
797 ZonedDateTime now = mTimeSource.getCurrentDateTime(); in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
982 ZonedDateTime now = mTimeSource.getCurrentDateTime(); in testGetAllResourceOveruseStatsWithMinimumForPast7days()
1076 ZonedDateTime now = mTimeSource.getCurrentDateTime(); in testGetResourceOveruseStatsForUserPackageForPast7days()