Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java269 private ZonedDateTime mLastSystemIoUsageSummaryReportedDate; field in WatchdogPerfHandler
1003 if (mLastSystemIoUsageSummaryReportedDate == null in writeMetadataFile()
1007 systemIoUsageSummaryReportDate = mLastSystemIoUsageSummaryReportedDate; in writeMetadataFile()
1730 if (mLastSystemIoUsageSummaryReportedDate == null in onPullAtom()
1739 reportDate = mLastSystemIoUsageSummaryReportedDate; in onPullAtom()
1744 mLastSystemIoUsageSummaryReportedDate = mTimeSource.getCurrentDate(); in onPullAtom()
1763 mLastSystemIoUsageSummaryReportedDate = mLastUidIoUsageSummaryReportedDate = in readMetadataFileLocked()
1778 mLastSystemIoUsageSummaryReportedDate = in readMetadataFileLocked()