Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/block/
DBlockFileTest.java64 bfw.addBlock(1111, block1ExtraBytes, new BlockData(getByteBuffer(block1DataBytes))); in testReadWrite()
65 bfw.addBlock(2222, block2ExtraBytes, new BlockData(getByteBuffer(block2DataBytes))); in testReadWrite()
106 bfw.addBlock(1111, blockInfoExtraBytes, new BlockData(getByteBuffer(block1DataBytes))); in blockIdBounds()
107 bfw.addBlock(2222, blockInfoExtraBytes, new BlockData(getByteBuffer(block2DataBytes))); in blockIdBounds()
131 bfw.addBlock(1111, block1ExtraBytes, new BlockData(getByteBuffer(block1DataBytes))); in visit()
132 bfw.addBlock(2222, block2ExtraBytes, new BlockData(getByteBuffer(block2DataBytes))); in visit()
/packages/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/
DSatS2RangeFileWriter.java208 mBlockFileWriter.addBlock(headerReadBack.getType(), headerReadBack.getExtraBytes(), in close()
216 mBlockFileWriter.addBlock( in close()
225 mBlockFileWriter.addBlock(readBack.getType(), readBack.getExtraBytes(), in close()
/packages/modules/GeoTZ/tzs2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DTzS2RangeFileWriter.java227 mBlockFileWriter.addBlock(headerReadBack.getType(), headerReadBack.getExtraBytes(), in close()
235 mBlockFileWriter.addBlock( in close()
244 mBlockFileWriter.addBlock(readBack.getType(), readBack.getExtraBytes(), in close()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DPlannedExerciseSessionRecordTest.java145 builder.addBlock(blockBuilder.build()); in insertRecord_singleBlock()
158 builder.addBlock(blockBuilder.build()); in insertRecord_multipleBlocks()
160 builder.addBlock(blockBuilder.build()); in insertRecord_multipleBlocks()
183 builder.addBlock(blockBuilder.build()); in insertRecord_singleStep()
188 builder.addBlock(blockBuilder.build()); in insertRecord_singleStep()
210 builder.addBlock(blockBuilder.build()); in insertRecord_multipleSteps()
216 builder.addBlock(blockBuilder.build()); in insertRecord_multipleSteps()
254 builder.addBlock(blockBuilder.build()); in updateTrainingPlan()
260 builder.addBlock(blockBuilder.build()); in updateTrainingPlan()
379 builder.addBlock(blockBuilder.build()); in deleteRecords()
[all …]
DExercisePerformanceGoalTest.java372 .addBlock( in createPlannedSessionWithPerformanceGoal()
DExerciseCompletionGoalTest.java373 .addBlock( in createPlannedSessionWithCompletionGoal()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseSessionRecordInternal.java179 builder.addBlock(block.toExternalObject()); in toExternalRecord()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/block/write/
DBlockFileWriter.java77 public void addBlock(int blockType, byte[] blockInfoExtraBytes, BlockData blockData) in addBlock() method in BlockFileWriter
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseSessionRecord.java344 public Builder addBlock(@NonNull PlannedExerciseBlock block) { in addBlock() method in PlannedExerciseSessionRecord.Builder
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1411 …c android.health.connect.datatypes.PlannedExerciseSessionRecord.Builder addBlock(@NonNull android.…