Home
last modified time | relevance | path

Searched refs:getLastWallClockTime (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerDAO.java122 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()
DStopwatch.java58 public long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime() method in Stopwatch
DStopwatchDAO.java88 .putLong(LAST_WALL_CLOCK_TIME, stopwatch.getLastWallClockTime()) in setStopwatch()
DTimer.java188 long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime() method in Timer