Searched refs:mAccumulatedTime (Results 1 – 2 of 2) sorted by relevance
47 private final long mAccumulatedTime; field in Stopwatch53 mAccumulatedTime = accumulatedTime; in Stopwatch()68 return mAccumulatedTime; in getTotalTime()75 return mAccumulatedTime + Math.max(0, timeSinceStart); in getTotalTime()82 return mAccumulatedTime; in getAccumulatedTime()128 return new Stopwatch(mState, timeSinceBoot, wallClockTime, mAccumulatedTime + delta); in updateAfterReboot()149 return new Stopwatch(mState, timeSinceBoot, wallClockTime, mAccumulatedTime + delta); in updateAfterTimeSet()
31 private final long mAccumulatedTime; field in Lap36 mAccumulatedTime = accumulatedTime; in Lap()41 public long getAccumulatedTime() { return mAccumulatedTime; } in getAccumulatedTime()