Searched refs:basePlannedExerciseSession (Results 1 – 2 of 2) sorted by relevance
116 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING) in insertRecord_startTimeInFuture_bypassesFutureTimeRestrictions()130 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in insertRecord_noBlocks()142 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in insertRecord_singleBlock()155 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in insertRecord_multipleBlocks()175 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in insertRecord_singleStep()198 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in insertRecord_multipleSteps()226 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING) in insertMultipleRecords()229 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING) in insertMultipleRecords()242 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in updateTrainingPlan()281 basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_BIKING); in updateExerciseSession_dropTheReferenceToTrainingPlan_trainingPlanAlsoUpdated()[all …]
196 return basePlannedExerciseSession(ExerciseSessionType.EXERCISE_SESSION_TYPE_RUNNING) in getPlannedExerciseSessionRecord()203 private fun basePlannedExerciseSession(exerciseType: Int): PlannedExerciseSessionRecord.Builder { in basePlannedExerciseSession() method