Searched defs:time_to_reboot_minutes (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dmetrics_reporter_omaha_unittest.cc373 int time_to_reboot_minutes = 1000; local
377 metrics::kMetricTimeToRebootMinutes, time_to_reboot_minutes, _, _, _))
380 reporter_.ReportTimeToReboot(time_to_reboot_minutes);
H A Dmetrics_reporter_omaha.cc519 void MetricsReporterOmaha::ReportTimeToReboot(int time_to_reboot_minutes) { argument
522 time_to_reboot_minutes,
527 LOG(INFO) << "Uploading " << time_to_reboot_minutes << " for metric "

Completed in 259 milliseconds