Searched refs:LAP_COUNT (Results 1 – 1 of 1) sorted by relevance
39 private const val LAP_COUNT = "sw_lap_num" constant89 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()