Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchDAO.kt36 private const val ACCUMULATED_TIME = "sw_accum_time" constant
52 val accumulatedTime: Long = prefs.getLong(ACCUMULATED_TIME, 0) in getStopwatch()
73 .remove(ACCUMULATED_TIME) in setStopwatch()
78 .putLong(ACCUMULATED_TIME, stopwatch.accumulatedTime) in setStopwatch()