Searched refs:mLastSystemIoUsageSummaryReportedDate (Results 1 – 1 of 1) sorted by relevance
301 private ZonedDateTime mLastSystemIoUsageSummaryReportedDate; field in WatchdogPerfHandler434 proto.write(Date.YEAR, mLastSystemIoUsageSummaryReportedDate.getYear()); in dumpProto()435 proto.write(Date.MONTH, mLastSystemIoUsageSummaryReportedDate.getMonthValue()); in dumpProto()436 proto.write(Date.DAY, mLastSystemIoUsageSummaryReportedDate.getDayOfMonth()); in dumpProto()439 proto.write(TimeOfDay.HOURS, mLastSystemIoUsageSummaryReportedDate.getHour()); in dumpProto()440 proto.write(TimeOfDay.MINUTES, mLastSystemIoUsageSummaryReportedDate.getMinute()); in dumpProto()441 proto.write(TimeOfDay.SECONDS, mLastSystemIoUsageSummaryReportedDate.getSecond()); in dumpProto()1246 if (mLastSystemIoUsageSummaryReportedDate == null in writeMetadataFile()1250 systemIoUsageSummaryReportDate = mLastSystemIoUsageSummaryReportedDate; in writeMetadataFile()2151 if (mLastSystemIoUsageSummaryReportedDate == null in onPullAtom()[all …]