Searched refs:RepetitionsGoalInternal (Results 1 – 3 of 3) sorted by relevance
28 …t android.health.connect.internal.datatypes.ExerciseCompletionGoalInternal.RepetitionsGoalInternal;117 RepetitionsGoalInternal original = new RepetitionsGoalInternal(8); in repsGoal_writeToParcelThenRestore_objectsAreIdentical()120 RepetitionsGoalInternal restored = in repsGoal_writeToParcelThenRestore_objectsAreIdentical()121 (RepetitionsGoalInternal) ExerciseCompletionGoalInternal.readFromParcel(parcel); in repsGoal_writeToParcelThenRestore_objectsAreIdentical()123 assertThat(restored).isInstanceOf(RepetitionsGoalInternal.class); in repsGoal_writeToParcelThenRestore_objectsAreIdentical()130 RepetitionsGoalInternal original = new RepetitionsGoalInternal(8); in repsGoal_convertToExternalAndBack_objectsAreIdentical()133 ((RepetitionsGoalInternal) in repsGoal_convertToExternalAndBack_objectsAreIdentical()
65 return new RepetitionsGoalInternal(goal.getRepetitions()); in fromExternalObject()98 case RepetitionsGoalInternal.REPETITIONS_GOAL_TYPE_ID: in readFromParcel()99 return RepetitionsGoalInternal.readFieldsFromParcel(parcel); in readFromParcel()226 public static final class RepetitionsGoalInternal extends ExerciseCompletionGoalInternal { class in ExerciseCompletionGoalInternal236 public static RepetitionsGoalInternal readFieldsFromParcel(@NonNull Parcel parcel) { in readFieldsFromParcel()237 return new RepetitionsGoalInternal(parcel.readInt()); in readFieldsFromParcel()242 public RepetitionsGoalInternal(int reps) { in RepetitionsGoalInternal() method in ExerciseCompletionGoalInternal.RepetitionsGoalInternal
57 …t android.health.connect.internal.datatypes.ExerciseCompletionGoalInternal.RepetitionsGoalInternal;324 case RepetitionsGoalInternal.REPETITIONS_GOAL_TYPE_ID: in extractCompletionGoal()325 return new RepetitionsGoalInternal( in extractCompletionGoal()470 } else if (completionGoal instanceof RepetitionsGoalInternal) { in getCompletionGoalUpsert()473 convertIntToBytes(((RepetitionsGoalInternal) completionGoal).getReps())); in getCompletionGoalUpsert()