Searched refs:RateOfPerceivedExertionGoalInternal (Results 1 – 2 of 2) sorted by relevance
74 case RateOfPerceivedExertionGoalInternal.RATE_OF_PERCEIVED_EXERTION_TYPE_ID: in readFromParcel()75 result.add(RateOfPerceivedExertionGoalInternal.readFieldsFromParcel(parcel)); in readFromParcel()118 return new RateOfPerceivedExertionGoalInternal(goal.getRpe()); in fromExternalObject()350 public static final class RateOfPerceivedExertionGoalInternal class in ExercisePerformanceGoalInternal359 static RateOfPerceivedExertionGoalInternal readFieldsFromParcel(Parcel parcel) { in readFieldsFromParcel()360 return new RateOfPerceivedExertionGoalInternal(parcel.readInt()); in readFieldsFromParcel()370 public RateOfPerceivedExertionGoalInternal(int rpe) { in RateOfPerceivedExertionGoalInternal() method in ExercisePerformanceGoalInternal.RateOfPerceivedExertionGoalInternal
66 …lth.connect.internal.datatypes.ExercisePerformanceGoalInternal.RateOfPerceivedExertionGoalInternal;371 case RateOfPerceivedExertionGoalInternal.RATE_OF_PERCEIVED_EXERTION_TYPE_ID: in extractPerformanceGoal()372 return new RateOfPerceivedExertionGoalInternal( in extractPerformanceGoal()543 } else if (performanceGoal instanceof RateOfPerceivedExertionGoalInternal) { in getPerformanceGoalUpsert()547 ((RateOfPerceivedExertionGoalInternal) performanceGoal).getRpe())); in getPerformanceGoalUpsert()