Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/autoupdate_Backoff/
Dautoupdate_Backoff.py66 self._check_for_update(nebraska.get_update_url(**response_props),
82 self._check_for_update(
97 self._check_for_update(
/external/autotest/client/site_tests/autoupdate_UrlSwitch/
Dautoupdate_UrlSwitch.py25 self._check_for_update(
43 self._check_for_update(
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py68 self._check_for_update(update_url, critical_update=True,
89 self._check_for_update(update_url, no_update=True)
/external/autotest/client/site_tests/autoupdate_InstallAndUpdateDLC/
Dautoupdate_InstallAndUpdateDLC.py40 self._check_for_update(nebraska_url, wait_for_completion=True)
/external/autotest/client/site_tests/autoupdate_LoginStartUpdateLogout/
Dautoupdate_LoginStartUpdateLogout.py39 self._check_for_update(update_url, critical_update=True,
/external/autotest/client/site_tests/autoupdate_BadMetadata/
Dautoupdate_BadMetadata.py46 self._check_for_update(
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dautoupdate_CannedOmahaUpdate.py28 self._check_for_update(update_url, critical_update=True,
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py117 self._check_for_update(update_url, wait_for_completion=True)
171 self._check_for_update(update_url, wait_for_completion=True,
/external/autotest/client/site_tests/policy_DeviceAutoUpdateDisabled/
Dpolicy_DeviceAutoUpdateDisabled.py41 self._check_for_update(update_url, interactive=False)
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py78 self._check_for_update(update_url, wait_for_completion=True)
/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py111 self._check_for_update(
/external/autotest/client/site_tests/autoupdate_UserData/
Dautoupdate_UserData.py120 self._check_for_update(
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py412 def _check_for_update(self, update_url, interactive=True, member in UpdateEngineUtil