Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Ddevice_policy_impl_test.cc117 em::AutoUpdateSettingsProto* auto_update_settings = in TEST_F() local
119 auto_update_settings->set_rollback_allowed_milestones(3); in TEST_F()
131 em::AutoUpdateSettingsProto* auto_update_settings = in TEST_F() local
133 auto_update_settings->set_rollback_allowed_milestones(3); in TEST_F()
145 em::AutoUpdateSettingsProto* auto_update_settings = in TEST_F() local
147 auto_update_settings->set_rollback_allowed_milestones(3); in TEST_F()
158 em::AutoUpdateSettingsProto* auto_update_settings = in TEST_F() local
160 auto_update_settings->set_rollback_allowed_milestones(10); in TEST_F()
172 em::AutoUpdateSettingsProto* auto_update_settings = in TEST_F() local
174 auto_update_settings->set_rollback_allowed_milestones(-1); in TEST_F()
[all …]
/external/libbrillo/policy/
Ddevice_policy_impl.cc358 device_policy_.auto_update_settings(); in GetUpdateDisabled()
375 device_policy_.auto_update_settings(); in GetTargetVersionPrefix()
389 device_policy_.auto_update_settings(); in GetRollbackToTargetVersion()
405 device_policy_.auto_update_settings(); in GetRollbackAllowedMilestones()
429 device_policy_.auto_update_settings(); in GetScatterFactorInSeconds()
446 device_policy_.auto_update_settings(); in GetAllowedConnectionTypesForUpdate()
490 device_policy_.auto_update_settings(); in GetHttpDownloadsEnabled()
504 device_policy_.auto_update_settings(); in GetAuP2PEnabled()
554 device_policy_.auto_update_settings(); in GetDeviceUpdateStagingSchedule()
647 device_policy_.auto_update_settings(); in GetDisallowedTimeIntervals()
[all …]