Searched refs:LAST_WALL_CLOCK_TIME (Results 1 – 2 of 2) sorted by relevance
45 private const val LAST_WALL_CLOCK_TIME = "timer_wall_clock_time_" constant77 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME + id, Timer.UNUSED) in getTimers()110 editor.putLong(LAST_WALL_CLOCK_TIME + id, timer.lastWallClockTime) in addTimer()136 editor.putLong(LAST_WALL_CLOCK_TIME + id, timer.lastWallClockTime) in updateTimer()167 editor.remove(LAST_WALL_CLOCK_TIME + id) in removeTimer()
33 private const val LAST_WALL_CLOCK_TIME = "sw_wall_clock_time" constant51 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME, Stopwatch.UNUSED) in getStopwatch()72 .remove(LAST_WALL_CLOCK_TIME) in setStopwatch()77 .putLong(LAST_WALL_CLOCK_TIME, stopwatch.lastWallClockTime) in setStopwatch()