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

  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchDAO.java 103 long prevAccumulatedTime = 0;
112 final long lapTime = accumulatedTime - prevAccumulatedTime;
118 prevAccumulatedTime = accumulatedTime;
StopwatchModel.java 149 final long prevAccumulatedTime = laps.isEmpty() ? 0 : laps.get(0).getAccumulatedTime();
150 final long lapTime = totalTime - prevAccumulatedTime;

Completed in 883 milliseconds