Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DSleepSessionRecordInternal.java47 public SleepSessionRecordInternal setNotes(String notes) { in setNotes() method in SleepSessionRecordInternal
DExerciseSessionRecordInternal.java55 public ExerciseSessionRecordInternal setNotes(String notes) { in setNotes() method in ExerciseSessionRecordInternal
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DExerciseSessionRecord.java274 public Builder setNotes(@Nullable CharSequence notes) { in setNotes() method in ExerciseSessionRecord.Builder
DSleepSessionRecord.java345 public Builder setNotes(@Nullable CharSequence notes) { in setNotes() method in SleepSessionRecord.Builder