Searched refs:STATE_DONE (Results 1 – 5 of 5) sorted by relevance
34 private static final int STATE_DONE = 1; field in JobLimiter62 if (mState != STATE_DONE) { in cancel()119 mState = STATE_DONE; in run()
226 case TimerObj.STATE_DONE: in getView()399 if (t.mTimeLeft <= 0 && t.mState != TimerObj.STATE_DONE802 case TimerObj.STATE_DONE: in onPlusOneButtonPressed()840 t.mState = TimerObj.STATE_DONE; in onStopButtonPressed()850 case TimerObj.STATE_DONE: in onStopButtonPressed()
117 if (t.mTimeLeft <= 0 && t.mState != TimerObj.STATE_DONE373 case TimerObj.STATE_DONE: // time-up then stopped in setTimerViewFabIcon()717 case TimerObj.STATE_DONE: in onPlusOneButtonPressed()
89 case TimerObj.STATE_DONE: in onCreateView()
58 public static final int STATE_DONE = 4; field in TimerObj