Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py56 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:
64 if interrupt == self._REBOOT_INTERRUPT:
79 reboot_interrupt=interrupt == self._REBOOT_INTERRUPT):
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py158 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:
165 if interrupt == self._REBOOT_INTERRUPT:
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py67 _REBOOT_INTERRUPT = 'reboot' variable in UpdateEngineUtil
70 _SUPPORTED_INTERRUPTS = [_REBOOT_INTERRUPT, _SUSPEND_INTERRUPT,