HomeSort by relevance Sort by last modified time
    Searched refs:PREF_ACCUM_TIME (Results 1 - 5 of 5) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 41 public static final String PREF_ACCUM_TIME = "sw_accum_time";
StopwatchService.java 313 mElapsedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0);
356 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime);
StopwatchFragment.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 250 editor.remove (Stopwatches.PREF_ACCUM_TIME);
Utils.java 199 editor.remove (Stopwatches.PREF_ACCUM_TIME);

Completed in 30 milliseconds