Searched refs:REBOOT_REQUIRED (Results 1 – 3 of 3) sorted by relevance
36 public static final int REBOOT_REQUIRED = 5; field in UpdaterState58 IDLE, ERROR, PAUSED, REBOOT_REQUIRED, SLOT_SWITCH_REQUIRED))60 .put(SLOT_SWITCH_REQUIRED, ImmutableSet.of(ERROR, REBOOT_REQUIRED, IDLE))61 .put(REBOOT_REQUIRED, ImmutableSet.of(IDLE))
431 initializeUpdateState(UpdaterState.REBOOT_REQUIRED); in synchronizeUpdaterStateWithUpdateEngineStatus()459 case UpdaterState.REBOOT_REQUIRED: in synchronizeUpdaterStateWithUpdateEngineStatus()515 : UpdaterState.REBOOT_REQUIRED); in onPayloadApplicationComplete()
269 } else if (state == UpdaterState.REBOOT_REQUIRED) { in onUpdaterStateChange()