Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseSessionRecordInternal.java50 @Nullable private UUID mCompletedExerciseSessionId; field in PlannedExerciseSessionRecordInternal
95 this.mCompletedExerciseSessionId = id; in setCompletedExerciseSessionId()
108 return mCompletedExerciseSessionId; in getCompletedExerciseSessionId()
137 mCompletedExerciseSessionId = uuid == null ? null : UUID.fromString(uuid); in populateIntervalRecordFrom()
148 mCompletedExerciseSessionId == null in populateIntervalRecordTo()
150 : mCompletedExerciseSessionId.toString()); in populateIntervalRecordTo()
181 if (mCompletedExerciseSessionId != null) { in toExternalRecord()
182 builder.setCompletedExerciseSessionId(mCompletedExerciseSessionId.toString()); in toExternalRecord()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseSessionRecord.java56 @Nullable private final String mCompletedExerciseSessionId; field in PlannedExerciseSessionRecord
101 mCompletedExerciseSessionId = completedExerciseSessionId; in PlannedExerciseSessionRecord()
148 return mCompletedExerciseSessionId; in getCompletedExerciseSessionId()
200 @Nullable private String mCompletedExerciseSessionId; field in PlannedExerciseSessionRecord.Builder
377 this.mCompletedExerciseSessionId = id; in setCompletedExerciseSessionId()
398 mCompletedExerciseSessionId, in buildWithoutValidation()
419 mCompletedExerciseSessionId, in build()