Searched refs:STOPWATCH_RUNNING (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java259 case Stopwatches.STOPWATCH_RUNNING:
299 case Stopwatches.STOPWATCH_RUNNING:
469 if (mState == Stopwatches.STOPWATCH_RUNNING) {
495 if (mState == Stopwatches.STOPWATCH_RUNNING) {
516 if (page == DeskClock.STOPWATCH_TAB_INDEX && mState == Stopwatches.STOPWATCH_RUNNING) {
542 setButtons(Stopwatches.STOPWATCH_RUNNING);
543 mState = Stopwatches.STOPWATCH_RUNNING;
549 setButtons(Stopwatches.STOPWATCH_RUNNING);
703 case Stopwatches.STOPWATCH_RUNNING:
917 if (mState == Stopwatches.STOPWATCH_RUNNING) {
[all...]
H A DStopwatches.java52 public static final int STOPWATCH_RUNNING = 1; field in class:Stopwatches
H A DStopwatchService.java362 } else if (state == Stopwatches.STOPWATCH_RUNNING) {
363 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RUNNING);
373 writeToSharedPrefs(startTime, null, null, Stopwatches.STOPWATCH_RUNNING, updateCircle);

Completed in 214 milliseconds