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.java267 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, -1); in showSavedNotification()
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()
334 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, 0); in writeToSharedPrefs()
342 editor.putInt(Stopwatches.PREF_LAP_NUM, numLaps); in writeToSharedPrefs()
DStopwatches.java37 public static final String PREF_LAP_NUM = "sw_lap_num"; field in Stopwatches
DStopwatchFragment.java686 editor.putInt (Stopwatches.PREF_LAP_NUM, laps.length); in writeToSharedPref()
714 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPref()
798 if (! (key.equals(Stopwatches.PREF_LAP_NUM) || in onSharedPreferenceChanged()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java185 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in clearSwSharedPref()
190 editor.remove(Stopwatches.PREF_LAP_NUM); in clearSwSharedPref()