Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter_unittest.cc190 if (do_schedule_updates_) in ScheduleUpdates()
197 void DisableScheduleUpdates() { do_schedule_updates_ = false; } in DisableScheduleUpdates()
218 bool do_schedule_updates_ = true; member in chromeos_update_engine::UpdateAttempterUnderTest