Searched refs:getSupportedChannels (Results 1 – 9 of 9) sorted by relevance
674 assertEquals(supportedChannels, params.getSupportedChannels()); in testSpecificationParams()701 assertEquals(supportedChannels, fromBundle.getSupportedChannels()); in testSpecificationParams()732 assertEquals(supportedChannels, fromCopy.getSupportedChannels()); in testSpecificationParams()761 assertEquals(List.of(), params.getSupportedChannels()); in testSpecificationParams_whenNoChannelsSet()764 assertEquals(List.of(), fromBundle.getSupportedChannels()); in testSpecificationParams_whenNoChannelsSet()
181 assertEquals(supportedChannels, firaSpecificationParams.getSupportedChannels()); in testSpecificationParams()
141 public List<Integer> getSupportedChannels() { in getSupportedChannels() method in RangingCapabilities
194 List<Integer> supportedChannels = specificationParams.getSupportedChannels(); in getRangingCapabilities()
208 assertThat(firaSpecificationParams.getSupportedChannels()).isEqualTo(List.of(5, 9)); in verifyFiraSpecificationVersion2()304 assertThat(firaSpecificationParams.getSupportedChannels()).isEqualTo(List.of(5, 9)); in verifyFiraSpecificationVersion1()
179 uwbCapabilities.getSupportedChannels().toArray(), in testGetRangingCapabilities_withUwbEnabled()
70 rangingCapabilities.supportedChannels = cap.getSupportedChannels() in getRangingCapabilities()
272 public List<Integer> getSupportedChannels() { in getSupportedChannels() method in FiraSpecificationParams
387 .setChannels(firaSpecificationParams.getSupportedChannels()) in fromFiRaSpecificationParam()