Home
last modified time | relevance | path

Searched refs:PREF_LAP_NUM (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java301 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, -1); in showSavedNotification()
337 mNumLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPrefs()
343 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readLapsFromPrefs()
368 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, 0); in writeToSharedPrefs()
376 editor.putInt(Stopwatches.PREF_LAP_NUM, numLaps); in writeToSharedPrefs()
DStopwatchFragment.java749 editor.putInt (Stopwatches.PREF_LAP_NUM, laps.length); in writeToSharedPref()
777 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPref()
806 if (! (key.equals(Stopwatches.PREF_LAP_NUM) || in onSharedPreferenceChanged()
DStopwatches.java39 public static final String PREF_LAP_NUM = "sw_lap_num"; field in Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java268 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in clearSwSharedPref()
273 editor.remove(Stopwatches.PREF_LAP_NUM); in clearSwSharedPref()