Searched refs:getLastStartTime (Results 1 – 4 of 4) sorted by relevance
121 editor.putLong(LAST_START_TIME + id, timer.getLastStartTime()); in addTimer()131 timer.getLastStartTime(), timer.getLastWallClockTime(), timer.getRemainingTime(), in addTimer()146 editor.putLong(LAST_START_TIME + id, timer.getLastStartTime()); in updateTimer()
57 public long getLastStartTime() { return mLastStartTime; } in getLastStartTime() method in Stopwatch
87 .putLong(LAST_START_TIME, stopwatch.getLastStartTime()) in setStopwatch()
187 long getLastStartTime() { return mLastStartTime; } in getLastStartTime() method in Timer