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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatches.java41 public static final String PREF_ACCUM_TIME = "sw_accum_time"; field in class:Stopwatches
H A DStopwatchService.java313 mElapsedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0);
356 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime);
H A DStopwatchFragment.java905 editor.putLong (Stopwatches.PREF_ACCUM_TIME, mAccumulatedTime);
936 mAccumulatedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java250 editor.remove (Stopwatches.PREF_ACCUM_TIME);
H A DUtils.java199 editor.remove (Stopwatches.PREF_ACCUM_TIME);

Completed in 76 milliseconds