Searched refs:PREF_LAP_TIME (Results 1 – 4 of 4) sorted by relevance
313 String key = Stopwatches.PREF_LAP_TIME + Integer.toString(lap_i + 1); in readLapsFromPrefs()339 editor.putLong(Stopwatches.PREF_LAP_TIME + Integer.toString(numLaps), lapTimeElapsed); in writeToSharedPrefs()341 editor.putLong(Stopwatches.PREF_LAP_TIME + Integer.toString(numLaps), lapTimeElapsed); in writeToSharedPrefs()
701 String key = Stopwatches.PREF_LAP_TIME + Integer.toString(laps.length - i); in writeToSharedPref()734 String key = Stopwatches.PREF_LAP_TIME + Integer.toString(lap_i + 1); in readFromSharedPref()812 key.startsWith(Stopwatches.PREF_LAP_TIME))) { in onSharedPreferenceChanged()
40 public static final String PREF_LAP_TIME = "sw_lap_time_"; field in Stopwatches
189 String key = Stopwatches.PREF_LAP_TIME + Integer.toString(i); in clearSwSharedPref()