Searched refs:do_schedule_updates_ (Results 1 – 1 of 1) sorted by relevance
96 if (do_schedule_updates_) { in ScheduleUpdates()102 void EnableScheduleUpdates() { do_schedule_updates_ = true; } in EnableScheduleUpdates()103 void DisableScheduleUpdates() { do_schedule_updates_ = false; } in DisableScheduleUpdates()113 bool do_schedule_updates_ = true; member in chromeos_update_engine::UpdateAttempterUnderTest