Home
last modified time | relevance | path

Searched refs:getCurrentDate (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java123 long startTime = mTimeSource.getCurrentDate().toEpochSecond(); in testSaveAndGetIoOveruseStats()
257 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetHistoricalIoOveruseStats()
296 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetHistoricalIoOveruseStatsWithNoRecentStats()
319 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummaries()
348 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummariesWithoutStats()
369 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummaries()
421 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummariesWithLowSystemTotalWrittenBytes()
443 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummariesWithoutStats()
604 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
623 currentDate = mTimeSource.getCurrentDate(); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
[all …]
H A DCarWatchdogServiceUnitTest.java3086 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD)); in testPullSystemIoUsageSummaryAtomsWithRestart()
3115 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD)); in testPullSystemIoUsageSummaryAtomsWithDateChange()
3137 mTimeSource.getCurrentDate().minus(1, ChronoUnit.WEEKS)); in testPullSystemIoUsageSummaryAtomsWithDateChange()
3162 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD), in testPullUidIoUsageSummaryAtomsForTopUids()
3185 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD), in testPullUidIoUsageSummaryAtomsWithRestart()
3221 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD), in testPullUidIoUsageSummaryAtomsWithDateChange()
3244 mTimeSource.getCurrentDate().minus(1, ChronoUnit.WEEKS), in testPullUidIoUsageSummaryAtomsWithDateChange()
4453 ZonedDateTime endWeekStartDate = mTimeSource.getCurrentDate() in verifyAndGetSystemIoUsageSummaries()
4473 ZonedDateTime endWeekStartDate = mTimeSource.getCurrentDate() in verifyAndGetUidIoUsageSummaries()
4510 mTimeSource.getCurrentDate()); in sampleDailyIoUsageSummariesForAWeek()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperPreferences.java526 setFirstLaunchDateSinceSetup(getCurrentDate()); in incrementAppLaunched()
537 setFirstWallpaperApplyDateSinceSetup(getCurrentDate()); in setFirstWallpaperApplyDateIfNeeded()
559 private int getCurrentDate() { in getCurrentDate() method in TestWallpaperPreferences
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DTimeSource.java39 public ZonedDateTime getCurrentDate() { in getCurrentDate() method in TimeSource
H A DWatchdogStorage.java164 long includingStartEpochSeconds = mTimeSource.getCurrentDate().toEpochSecond(); in getTodayIoUsageStats()
210 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in getHistoricalIoOveruseStats()
363 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in saveIoUsageStats()
1169 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in onShrink()
H A DWatchdogPerfHandler.java1088 ZonedDateTime curReportDate = mTimeSource.getCurrentDate(); in readFromDatabase()
1257 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in checkAndHandleDateChange()
1744 mLastSystemIoUsageSummaryReportedDate = mTimeSource.getCurrentDate(); in onPullAtom()
1754 mLastUidIoUsageSummaryReportedDate = mTimeSource.getCurrentDate(); in onPullAtom()
1764 mTimeSource.getCurrentDate().minus(RETENTION_PERIOD); in readMetadataFileLocked()
1810 now = mTimeSource.getCurrentDate(); in pullAtomsForWeeklyPeriodsSinceReportedDate()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultWallpaperPreferences.java875 setFirstLaunchDateSinceSetup(getCurrentDate()); in incrementAppLaunched()
886 setFirstWallpaperApplyDateSinceSetup(getCurrentDate()); in setFirstWallpaperApplyDateIfNeeded()
908 private int getCurrentDate() { in getCurrentDate() method in DefaultWallpaperPreferences
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt57426 method public synchronized java.lang.String getCurrentDate();