Searched refs:PREF_LAP_NUM (Results 1 – 4 of 4) sorted by relevance
301 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()
749 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()
39 public static final String PREF_LAP_NUM = "sw_lap_num"; field in Stopwatches
268 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in clearSwSharedPref()273 editor.remove(Stopwatches.PREF_LAP_NUM); in clearSwSharedPref()