Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py39 if interrupt and interrupt not in self._SUPPORTED_INTERRUPTS:
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py134 if interrupt and interrupt not in self._SUPPORTED_INTERRUPTS:
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py81 _SUPPORTED_INTERRUPTS = [_REBOOT_INTERRUPT, _SUSPEND_INTERRUPT, variable in UpdateEngineUtil