Searched refs:timeSinceBoot (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | Stopwatch.kt | 103 val timeSinceBoot = Utils.now() in reset() constant 108 return Stopwatch(state, timeSinceBoot, wallClockTime, accumulatedTime + delta) in reset() 120 val timeSinceBoot = Utils.now() in updateAfterTimeSet() constant 122 val delta = timeSinceBoot - lastStartTime in updateAfterTimeSet() 129 Stopwatch(state, timeSinceBoot, wallClockTime, accumulatedTime + delta) in updateAfterTimeSet()
|
D | Timer.kt | 208 val timeSinceBoot = Utils.now() in <lambda>() constant 214 return Timer(id, state, length, totalLength, timeSinceBoot, wallClockTime, in <lambda>() 225 val timeSinceBoot = Utils.now() in <lambda>() constant 227 val delta = timeSinceBoot - lastStartTime in <lambda>() 235 Timer(id, state, length, totalLength, timeSinceBoot, wallClockTime, in <lambda>()
|