Searched refs:maxLapTime (Results 1 – 1 of 1) sorted by relevance
176 var maxLapTime: Long = 0 in canAddMoreLaps() variable in com.android.deskclock.data.StopwatchModel182 maxLapTime = max(maxLapTime, lap.lapTime) in canAddMoreLaps()188 maxLapTime = max(maxLapTime, currentLapTime) in canAddMoreLaps()191 return maxLapTime in canAddMoreLaps()