Home
last modified time | relevance | path

Searched refs:RateOfPerceivedExertionGoalInternal (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DExercisePerformanceGoalInternal.java74 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 ExercisePerformanceGoalInternal
359 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
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java66 …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()