Home
last modified time | relevance | path

Searched refs:_SUSPEND_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]:
70 elif interrupt == self._SUSPEND_INTERRUPT:
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py158 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:
167 elif interrupt == self._SUSPEND_INTERRUPT:
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py68 _SUSPEND_INTERRUPT = 'suspend' variable in UpdateEngineUtil
70 _SUPPORTED_INTERRUPTS = [_REBOOT_INTERRUPT, _SUSPEND_INTERRUPT,