Searched refs:_REBOOT_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
56 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:64 if interrupt == self._REBOOT_INTERRUPT:79 reboot_interrupt=interrupt == self._REBOOT_INTERRUPT):
158 if interrupt in [self._REBOOT_INTERRUPT, self._SUSPEND_INTERRUPT]:165 if interrupt == self._REBOOT_INTERRUPT:
67 _REBOOT_INTERRUPT = 'reboot' variable in UpdateEngineUtil70 _SUPPORTED_INTERRUPTS = [_REBOOT_INTERRUPT, _SUSPEND_INTERRUPT,