Searched refs:getBlockStrideLength (Results 1 – 8 of 8) sorted by relevance
160 assertEquals((int) params.getBlockStrideLength(), blockStrideLength); in testCreateReconfigureParamsBlockStriding()183 assertNull(params.getBlockStrideLength()); in testCreateReconfigureParamsRangeDataNtf()
240 assertEquals(params.getBlockStrideLength(), blockStrideLength); in testOpenSessionParams()311 assertEquals(fromBundle.getBlockStrideLength(), blockStrideLength); in testOpenSessionParams()388 assertEquals(fromCopy.getBlockStrideLength(), blockStrideLength); in testOpenSessionParams()496 assertEquals((int) params.getBlockStrideLength(), blockStrideLength); in testRangingReconfigureParams()510 assertEquals((int) fromBundle.getBlockStrideLength(), blockStrideLength); in testRangingReconfigureParams()
119 .putByte(ConfigParam.BLOCK_STRIDE_LENGTH, (byte) params.getBlockStrideLength()) in getTlvBufferFromFiraOpenSessionParams()315 Integer blockStrideLength = params.getBlockStrideLength(); in getTlvBufferFromFiraRangingReconfigureParams()
133 public Integer getBlockStrideLength() { in getBlockStrideLength() method in FiraRangingReconfigureParams
509 public int getBlockStrideLength() { in getBlockStrideLength() method in FiraOpenSessionParams
3216 if (reconfigureParams.getBlockStrideLength() != null) { in updateFiraParamsOnReconfigure()3217 newParamsBuilder.setBlockStrideLength(reconfigureParams.getBlockStrideLength()); in updateFiraParamsOnReconfigure()3288 * (firaOpenSessionParams.getBlockStrideLength() + 1); in getCurrentFiraRangingIntervalMs()
1259 ((FiraRangingReconfigureParams) x).getBlockStrideLength().equals(6))); in testReconfigureRanging()
2550 assertThat(firaParams.getBlockStrideLength()).isEqualTo(10); in reconfigure_calledSuccess()