Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc207 schedule_updates_called_ = true; in ScheduleUpdates()
218 bool WasScheduleUpdatesCalled() const { return schedule_updates_called_; } in WasScheduleUpdatesCalled()
235 bool schedule_updates_called_ = false; member in chromeos_update_engine::UpdateAttempterUnderTest