Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DAliroTests.java56 private static final AliroPulseShapeCombo[] PULSE_SHAPE_COMBOS = field in AliroTests
288 for (AliroPulseShapeCombo pulseShapeCombo : PULSE_SHAPE_COMBOS) { in testSpecificationParams()
317 assertArrayEquals(params.getPulseShapeCombos().toArray(), PULSE_SHAPE_COMBOS); in testSpecificationParams() local
329 assertArrayEquals(fromBundle.getPulseShapeCombos().toArray(), PULSE_SHAPE_COMBOS); in testSpecificationParams() local
357 for (AliroPulseShapeCombo pulseShapeCombo : PULSE_SHAPE_COMBOS) { in testSpecificationParams_whenNoChannelsSet()
DCccTests.java56 private static final CccPulseShapeCombo[] PULSE_SHAPE_COMBOS = field in CccTests
283 for (CccPulseShapeCombo pulseShapeCombo : PULSE_SHAPE_COMBOS) { in testSpecificationParams()
312 assertArrayEquals(params.getPulseShapeCombos().toArray(), PULSE_SHAPE_COMBOS); in testSpecificationParams() local
323 assertArrayEquals(fromBundle.getPulseShapeCombos().toArray(), PULSE_SHAPE_COMBOS); in testSpecificationParams() local
351 for (CccPulseShapeCombo pulseShapeCombo : PULSE_SHAPE_COMBOS) { in testSpecificationParams_whenNoChannelsSet()