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

  /packages/apps/DeskClock/src/com/android/deskclock/data/
Lap.java 31 private final long mAccumulatedTime;
36 mAccumulatedTime = accumulatedTime;
41 public long getAccumulatedTime() { return mAccumulatedTime; }
Stopwatch.java 42 private final long mAccumulatedTime;
47 mAccumulatedTime = accumulatedTime;
61 return mAccumulatedTime;
68 return mAccumulatedTime + Math.max(0, timeSinceStart);
75 return mAccumulatedTime;

Completed in 415 milliseconds