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