Searched refs:STOPWATCH_RESET (Results 1 – 4 of 4) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.java | 46 int mState = Stopwatches.STOPWATCH_RESET; 244 case Stopwatches.STOPWATCH_RESET: in rightButtonAction() 441 setButtons(Stopwatches.STOPWATCH_RESET); in doReset() 442 mState = Stopwatches.STOPWATCH_RESET; in doReset() 573 case Stopwatches.STOPWATCH_RESET: in setButtons() 714 } else if (mState == Stopwatches.STOPWATCH_RESET) { in writeToSharedPref() 726 mState = prefs.getInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in readFromSharedPref() 727 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPref() 747 } else if (mState == Stopwatches.STOPWATCH_RESET) { in readFromSharedPref()
|
D | StopwatchService.java | 303 mNumLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPrefs() 309 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readLapsFromPrefs() 349 if (state == Stopwatches.STOPWATCH_RESET) { in writeToSharedPrefs() 350 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in writeToSharedPrefs() 427 writeToSharedPrefs(null, null, null, Stopwatches.STOPWATCH_RESET, updateCircle); in writeSharedPrefsReset()
|
D | Stopwatches.java | 47 public static final int STOPWATCH_RESET = 0; field in Stopwatches
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | Utils.java | 187 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in clearSwSharedPref()
|