Searched refs:PAUSED (Results 1 – 4 of 4) sorted by relevance
34 public static final int PAUSED = 3; field in UpdaterState58 IDLE, ERROR, PAUSED, REBOOT_REQUIRED, SLOT_SWITCH_REQUIRED))59 .put(PAUSED, ImmutableSet.of(ERROR, RUNNING, IDLE))
209 setUpdaterState(UpdaterState.PAUSED); in suspend()438 case UpdaterState.PAUSED: in synchronizeUpdaterStateWithUpdateEngineStatus()
263 } else if (state == UpdaterState.PAUSED) { in onUpdaterStateChange()
78 callback. The second problem is solved by adding `PAUSED` updater state.