Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchDAO.kt97 val lapAccumulatedTimeKey = LAP_ACCUMULATED_TIME + lapNumber in getLaps() constant
98 val accumulatedTime: Long = prefs.getLong(lapAccumulatedTimeKey, 0) in getLaps()