Home
last modified time | relevance | path

Searched refs:PREF_ACCUM_TIME (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java315 mElapsedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0); in readFromSharedPrefs()
358 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime); in writeToSharedPrefs()
DStopwatchFragment.java709 editor.putLong (Stopwatches.PREF_ACCUM_TIME, mAccumulatedTime); in writeToSharedPref()
740 mAccumulatedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0); in readFromSharedPref()
DStopwatches.java41 public static final String PREF_ACCUM_TIME = "sw_accum_time"; field in Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java250 editor.remove (Stopwatches.PREF_ACCUM_TIME); in clearSharedPref()
DUtils.java210 editor.remove (Stopwatches.PREF_ACCUM_TIME); in clearSwSharedPref()