Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java303 private ZonedDateTime mLastUidIoUsageSummaryReportedDate; field in WatchdogPerfHandler
448 proto.write(Date.YEAR, mLastUidIoUsageSummaryReportedDate.getYear()); in dumpProto()
449 proto.write(Date.MONTH, mLastUidIoUsageSummaryReportedDate.getMonthValue()); in dumpProto()
450 proto.write(Date.DAY, mLastUidIoUsageSummaryReportedDate.getDayOfMonth()); in dumpProto()
453 proto.write(TimeOfDay.HOURS, mLastUidIoUsageSummaryReportedDate.getHour()); in dumpProto()
454 proto.write(TimeOfDay.MINUTES, mLastUidIoUsageSummaryReportedDate.getMinute()); in dumpProto()
455 proto.write(TimeOfDay.SECONDS, mLastUidIoUsageSummaryReportedDate.getSecond()); in dumpProto()
1247 && mLastUidIoUsageSummaryReportedDate == null) { in writeMetadataFile()
1251 uidIoUsageSummaryReportDate = mLastUidIoUsageSummaryReportedDate; in writeMetadataFile()
2152 || mLastUidIoUsageSummaryReportedDate == null) { in onPullAtom()
[all …]