Searched refs:mLastStartWallClockTime (Results 1 – 2 of 2) sorted by relevance
97 private final long mLastStartWallClockTime; field in Timer115 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()
44 private final long mLastStartWallClockTime; field in Stopwatch52 mLastStartWallClockTime = lastWallClockTime; in Stopwatch()58 public long getLastWallClockTime() { return mLastStartWallClockTime; } in getLastWallClockTime()127 final long delta = Math.max(0, wallClockTime - mLastStartWallClockTime); in updateAfterReboot()