Searched refs:getLastWallClockTime (Results 1 – 4 of 4) sorted by relevance
122 editor.putLong(LAST_WALL_CLOCK_TIME + id, timer.getLastWallClockTime()); in addTimer()131 timer.getLastStartTime(), timer.getLastWallClockTime(), timer.getRemainingTime(), in addTimer()147 editor.putLong(LAST_WALL_CLOCK_TIME + id, timer.getLastWallClockTime()); in updateTimer()
58 public long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime() method in Stopwatch
88 .putLong(LAST_WALL_CLOCK_TIME, stopwatch.getLastWallClockTime()) in setStopwatch()
188 long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime() method in Timer