Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseSessionRecord.java54 private final List<PlannedExerciseBlock> mBlocks; field in PlannedExerciseSessionRecord
100 mBlocks = blocks; in PlannedExerciseSessionRecord()
158 return mBlocks; in getBlocks()
199 private final List<PlannedExerciseBlock> mBlocks = new ArrayList<>(); field in PlannedExerciseSessionRecord.Builder
346 mBlocks.add(block); in addBlock()
358 mBlocks.clear(); in setBlocks()
359 mBlocks.addAll(blocks); in setBlocks()
366 mBlocks.clear(); in clearBlocks()
397 List.copyOf(mBlocks), in buildWithoutValidation()
418 List.copyOf(mBlocks), in build()