Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DAliroTests.java79 private static final Integer[] HOPPING_SEQUENCES = field in AliroTests
310 for (int hoppingSequence : HOPPING_SEQUENCES) { in testSpecificationParams()
323 assertArrayEquals(params.getHoppingSequences().toArray(), HOPPING_SEQUENCES); in testSpecificationParams() local
335 assertArrayEquals(fromBundle.getHoppingSequences().toArray(), HOPPING_SEQUENCES); in testSpecificationParams() local
370 for (int hoppingSequence : HOPPING_SEQUENCES) { in testSpecificationParams_whenNoChannelsSet()
DCccTests.java78 private static final Integer[] HOPPING_SEQUENCES = field in CccTests
305 for (int hoppingSequence : HOPPING_SEQUENCES) { in testSpecificationParams()
318 assertArrayEquals(params.getHoppingSequences().toArray(), HOPPING_SEQUENCES); in testSpecificationParams() local
329 assertArrayEquals(fromBundle.getHoppingSequences().toArray(), HOPPING_SEQUENCES); in testSpecificationParams() local
364 for (int hoppingSequence : HOPPING_SEQUENCES) { in testSpecificationParams_whenNoChannelsSet()