Searched refs:_REBOOT_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
62 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:70 if interrupt == self._REBOOT_INTERRUPT:86 reboot_interrupt=interrupt == self._REBOOT_INTERRUPT):
187 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:194 if interrupt == self._REBOOT_INTERRUPT:
78 _REBOOT_INTERRUPT = 'reboot' variable in UpdateEngineUtil81 _SUPPORTED_INTERRUPTS = [_REBOOT_INTERRUPT, _SUSPEND_INTERRUPT,