Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DAliroTests.java69 private static final Integer[] CHAPS_PER_SLOTS = field in AliroTests
294 for (int chapsPerSlot : CHAPS_PER_SLOTS) { in testSpecificationParams()
319 assertArrayEquals(params.getChapsPerSlot().toArray(), CHAPS_PER_SLOTS); in testSpecificationParams() local
331 assertArrayEquals(fromBundle.getChapsPerSlot().toArray(), CHAPS_PER_SLOTS); in testSpecificationParams() local
361 for (int chapsPerSlot : CHAPS_PER_SLOTS) { in testSpecificationParams_whenNoChannelsSet()
DCccTests.java69 private static final Integer[] CHAPS_PER_SLOTS = field in CccTests
289 for (int chapsPerSlot : CHAPS_PER_SLOTS) { in testSpecificationParams()
314 assertArrayEquals(params.getChapsPerSlot().toArray(), CHAPS_PER_SLOTS); in testSpecificationParams() local
325 assertArrayEquals(fromBundle.getChapsPerSlot().toArray(), CHAPS_PER_SLOTS); in testSpecificationParams() local
355 for (int chapsPerSlot : CHAPS_PER_SLOTS) { in testSpecificationParams_whenNoChannelsSet()