Home
last modified time | relevance | path

Searched refs:mLastStartWallClockTime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.java97 private final long mLastStartWallClockTime; field in Timer
115 mLastStartWallClockTime = lastWallClockTime; in Timer()
175 return mLastStartWallClockTime + mRemainingTime; in getWallClockExpirationTime()
188 long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime()
267 final long delta = Math.max(0, wallClockTime - mLastStartWallClockTime); in updateAfterReboot()
304 mLastStartWallClockTime, mRemainingTime, label, mDeleteAfterUse); in setLabel()
327 mLastStartWallClockTime, remainingTime, mLabel, mDeleteAfterUse); in setLength()
353 lastWallClockTime = mLastStartWallClockTime; in setRemainingTime()
DStopwatch.java44 private final long mLastStartWallClockTime; field in Stopwatch
52 mLastStartWallClockTime = lastWallClockTime; in Stopwatch()
58 public long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime()
127 final long delta = Math.max(0, wallClockTime - mLastStartWallClockTime); in updateAfterReboot()