Searched refs:RUNNING (Results 1 – 4 of 4) sorted by relevance
33 public static final int RUNNING = 2; field in UpdaterState55 .put(IDLE, ImmutableSet.of(IDLE, ERROR, RUNNING))57 .put(RUNNING, ImmutableSet.of(59 .put(PAUSED, ImmutableSet.of(ERROR, RUNNING, IDLE))
218 setUpdaterState(UpdaterState.RUNNING); in resume()287 setUpdaterState(UpdaterState.RUNNING); in applyUpdate()449 case UpdaterState.RUNNING: in synchronizeUpdaterStateWithUpdateEngineStatus()
116 assertEquals(mSubject.getUpdaterState(), UpdaterState.RUNNING); in stateIsRunningAndEngineStatusIsIdle_reApplyLastUpdate()
261 } else if (state == UpdaterState.RUNNING) { in onUpdaterStateChange()