Home
last modified time | relevance | path

Searched defs:setNotes (Results 1 – 8 of 8) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DMindfulnessSessionRecordInternal.java110 public MindfulnessSessionRecordInternal setNotes(String notes) { in setNotes() method in MindfulnessSessionRecordInternal
DSleepSessionRecordInternal.java52 public SleepSessionRecordInternal setNotes(String notes) { in setNotes() method in SleepSessionRecordInternal
DPlannedExerciseSessionRecordInternal.java59 public PlannedExerciseSessionRecordInternal setNotes(String notes) { in setNotes() method in PlannedExerciseSessionRecordInternal
DExerciseSessionRecordInternal.java68 public ExerciseSessionRecordInternal setNotes(String notes) { in setNotes() method in ExerciseSessionRecordInternal
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMindfulnessSessionRecord.java269 public Builder setNotes(@Nullable CharSequence notes) { in setNotes() method in MindfulnessSessionRecord.Builder
DSleepSessionRecord.java356 public Builder setNotes(@Nullable CharSequence notes) { in setNotes() method in SleepSessionRecord.Builder
DExerciseSessionRecord.java302 public Builder setNotes(@Nullable CharSequence notes) { in setNotes() method in ExerciseSessionRecord.Builder
DPlannedExerciseSessionRecord.java322 public Builder setNotes(@Nullable CharSequence notes) { in setNotes() method in PlannedExerciseSessionRecord.Builder