Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java313 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()
DStopwatchFragment.java701 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()
DStopwatches.java40 public static final String PREF_LAP_TIME = "sw_lap_time_"; field in Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java189 String key = Stopwatches.PREF_LAP_TIME + Integer.toString(i); in clearSwSharedPref()