Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter_unittest.cc189 schedule_updates_called_ = true; in ScheduleUpdates()
200 bool WasScheduleUpdatesCalled() const { return schedule_updates_called_; } in WasScheduleUpdatesCalled()
217 bool schedule_updates_called_ = false; member in chromeos_update_engine::UpdateAttempterUnderTest