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