Home
last modified time | relevance | path

Searched refs:setCompletedExerciseSessionId (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseSessionRecordInternal.java94 public PlannedExerciseSessionRecordInternal setCompletedExerciseSessionId(UUID id) { in setCompletedExerciseSessionId() method in PlannedExerciseSessionRecordInternal
182 builder.setCompletedExerciseSessionId(mCompletedExerciseSessionId.toString()); in toExternalRecord()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseSessionRecord.java376 public Builder setCompletedExerciseSessionId(@Nullable String id) { in setCompletedExerciseSessionId() method in PlannedExerciseSessionRecord.Builder
456 recordInternal.setCompletedExerciseSessionId( in toRecordInternal()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/
DDatabaseMerger.java199 record.setCompletedExerciseSessionId(null); in mergeRecordsOfType()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java246 plannedExerciseSessionRecord.setCompletedExerciseSessionId( in populateSpecificRecordValue()