Searched refs:getLastStartTime (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatch.java57 public long getLastStartTime() { return mLastStartTime; } method in class:Stopwatch
H A DTimerDAO.java121 editor.putLong(LAST_START_TIME + id, timer.getLastStartTime());
131 timer.getLastStartTime(), timer.getLastWallClockTime(), timer.getRemainingTime(),
146 editor.putLong(LAST_START_TIME + id, timer.getLastStartTime());
H A DStopwatchDAO.java87 .putLong(LAST_START_TIME, stopwatch.getLastStartTime())
H A DTimer.java187 long getLastStartTime() { return mLastStartTime; } method in class:Timer

Completed in 39 milliseconds