Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java257 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetHistoricalIoOveruseStats() local
296 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetHistoricalIoOveruseStatsWithNoRecentStats() local
319 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummaries() local
348 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetDailySystemIoUsageSummariesWithoutStats() local
369 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummaries() local
421 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummariesWithLowSystemTotalWrittenBytes() local
443 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testGetTopUsersDailyIoUsageSummariesWithoutStats() local
604 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in testTruncateStatsOutsideRetentionPeriodOnDateChange() local
740 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in sampleStatsBetweenDates() local
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java210 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in getHistoricalIoOveruseStats() local
283 ZonedDateTime currentDate = in getNotForgivenHistoricalIoOveruses() local
318 ZonedDateTime currentDate = in forgiveHistoricalOveruses() local
363 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in saveIoUsageStats() local
1112 public static void trimHistoricalStats(SQLiteDatabase db, ZonedDateTime currentDate) { in trimHistoricalStats()
1169 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in onShrink() local
H A DWatchdogPerfHandler.java1257 ZonedDateTime currentDate = mTimeSource.getCurrentDate(); in checkAndHandleDateChange() local
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/
H A DCarCalendarView.java112 LocalDate currentDate = null; in updateRecyclerViewItems() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DSystemUpdatePolicyTest.java452 MonthDay currentDate = parseMonthDay(date); in setFreezePeriods() local