Searched refs:mutableLaps (Results 1 – 1 of 1) sorted by relevance
122 get() = mutableLaps133 val laps: MutableList<Lap> = mutableLaps in addLap()163 mutableLaps.clear() in clearLaps()227 private val mutableLaps: MutableList<Lap> constant in com.android.deskclock.data.StopwatchModel