Searched refs:mLaps (Results 1 – 2 of 2) sorted by relevance
70 private final List<ExerciseLap> mLaps; field in ExerciseSessionRecord128 mLaps = in ExerciseSessionRecord()173 return mLaps; in getLaps()233 private final List<ExerciseLap> mLaps; field in ExerciseSessionRecord.Builder258 mLaps = new ArrayList<>(); in Builder()340 mLaps.clear(); in setLaps()341 mLaps.addAll(laps); in setLaps()397 mLaps, in buildWithoutValidation()417 mLaps, in build()
56 private var mLaps: MutableList<Lap>? = null variable in com.android.deskclock.data.StopwatchModel229 if (mLaps == null) {230 mLaps = StopwatchDAO.getLaps(mPrefs)233 return mLaps!!