Searched refs:mCompletedExerciseSessionId (Results 1 – 2 of 2) sorted by relevance
50 @Nullable private UUID mCompletedExerciseSessionId; field in PlannedExerciseSessionRecordInternal95 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()
56 @Nullable private final String mCompletedExerciseSessionId; field in PlannedExerciseSessionRecord101 mCompletedExerciseSessionId = completedExerciseSessionId; in PlannedExerciseSessionRecord()148 return mCompletedExerciseSessionId; in getCompletedExerciseSessionId()200 @Nullable private String mCompletedExerciseSessionId; field in PlannedExerciseSessionRecord.Builder377 this.mCompletedExerciseSessionId = id; in setCompletedExerciseSessionId()398 mCompletedExerciseSessionId, in buildWithoutValidation()419 mCompletedExerciseSessionId, in build()