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.java302 mElapsedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0); in readFromSharedPrefs()
345 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime); in writeToSharedPrefs()
DStopwatchFragment.java694 editor.putLong (Stopwatches.PREF_ACCUM_TIME, mAccumulatedTime); in writeToSharedPref()
725 mAccumulatedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0); in readFromSharedPref()
DStopwatches.java37 public static final String PREF_ACCUM_TIME = "sw_accum_time"; field in Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java266 editor.remove (Stopwatches.PREF_ACCUM_TIME); in clearSharedPref()
DUtils.java185 editor.remove (Stopwatches.PREF_ACCUM_TIME); in clearSwSharedPref()