Searched refs:mBlocks (Results 1 – 1 of 1) sorted by relevance
54 private final List<PlannedExerciseBlock> mBlocks; field in PlannedExerciseSessionRecord100 mBlocks = blocks; in PlannedExerciseSessionRecord()158 return mBlocks; in getBlocks()199 private final List<PlannedExerciseBlock> mBlocks = new ArrayList<>(); field in PlannedExerciseSessionRecord.Builder346 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()