Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchDAO.kt39 private const val LAP_COUNT = "sw_lap_num" constant
89 val lapCount: Int = prefs.getInt(LAP_COUNT, 0) in getLaps()
122 .putInt(LAP_COUNT, newLapCount) in addLap()
133 val lapCount: Int = prefs.getInt(LAP_COUNT, 0) in clearLaps()
137 editor.remove(LAP_COUNT) in clearLaps()