HomeSort by relevance Sort by last modified time
    Searched refs:STOPWATCH_RUNNING (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 259 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:
    [all...]
Stopwatches.java 52 public static final int STOPWATCH_RUNNING = 1;
StopwatchService.java 362 } 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 26 milliseconds