HomeSort by relevance Sort by last modified time
    Searched full:accumulatedtime (Results 1 - 1 of 1) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 423 long accumulatedTime = prefs.getLong(
427 accumulatedTime += time - intervalStartTime;
429 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_ACCUM_TIME, accumulatedTime);
432 Stopwatches.KEY + CircleTimerView.PREF_CTV_CURRENT_INTERVAL, accumulatedTime);

Completed in 439 milliseconds