Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/autoupdate_Backoff/
Dautoupdate_Backoff.py39 self._remove_update_engine_pref(self._NO_IGNORE_BACKOFF_PREF)
40 self._remove_update_engine_pref(self._BACKOFF_EXPIRY_TIME_PREF)
/external/autotest/client/site_tests/autoupdate_PeriodicCheck/
Dautoupdate_PeriodicCheck.py24 self._remove_update_engine_pref(self._PERIODIC_INTERVAL_PREF)
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py38 self._remove_update_engine_pref(self._UPDATE_CHECK_RESPONSE_HASH)
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py137 self._remove_update_engine_pref(self._UPDATE_CHECK_RESPONSE_HASH)
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py554 def _remove_update_engine_pref(self, pref): member in UpdateEngineUtil