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

/system/update_engine/update_manager/
H A Dupdate_manager_unittest.cc139 class DelayPolicy : public DefaultPolicy { class in namespace:chromeos_update_manager
141 DelayPolicy(int sleep_secs, Time time_threshold, int* num_called_p) function in class:chromeos_update_manager::DelayPolicy
164 string PolicyName() const override { return "DelayPolicy"; }
293 umut_->set_policy(new DelayPolicy(

Completed in 27 milliseconds