Home
last modified time | relevance | path

Searched refs:toInternalObject (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseBlock.java145 public PlannedExerciseBlockInternal toInternalObject() { in toInternalObject() method in PlannedExerciseBlock
151 getSteps().stream().map(it -> it.toInternalObject()).collect(Collectors.toList())); in toInternalObject()
DPlannedExerciseStep.java217 public PlannedExerciseStepInternal toInternalObject() { in toInternalObject() method in PlannedExerciseStep
DPlannedExerciseSessionRecord.java460 getBlocks().stream().map(it -> it.toInternalObject()).collect(Collectors.toList())); in toRecordInternal()