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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 46 int mState = Stopwatches.STOPWATCH_RESET;
244 case Stopwatches.STOPWATCH_RESET:
441 setButtons(Stopwatches.STOPWATCH_RESET);
442 mState = Stopwatches.STOPWATCH_RESET;
573 case Stopwatches.STOPWATCH_RESET:
714 } else if (mState == Stopwatches.STOPWATCH_RESET) {
726 mState = prefs.getInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET);
727 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
747 } else if (mState == Stopwatches.STOPWATCH_RESET) {
    [all...]
StopwatchService.java 303 mNumLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
309 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
349 if (state == Stopwatches.STOPWATCH_RESET) {
350 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET);
427 writeToSharedPrefs(null, null, null, Stopwatches.STOPWATCH_RESET, updateCircle);
Stopwatches.java 47 public static final int STOPWATCH_RESET = 0;
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 187 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);

Completed in 3099 milliseconds