Home
last modified time | relevance | path

Searched refs:getSupportedChannels (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java674 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()
DGenericTests.java181 assertEquals(supportedChannels, firaSpecificationParams.getSupportedChannels()); in testSpecificationParams()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingCapabilities.java141 public List<Integer> getSupportedChannels() { in getSupportedChannels() method in RangingCapabilities
DUwbServiceImpl.java194 List<Integer> supportedChannels = specificationParams.getSupportedChannels(); in getRangingCapabilities()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DFiraDecoderTest.java208 assertThat(firaSpecificationParams.getSupportedChannels()).isEqualTo(List.of(5, 9)); in verifyFiraSpecificationVersion2()
304 assertThat(firaSpecificationParams.getSupportedChannels()).isEqualTo(List.of(5, 9)); in verifyFiraSpecificationVersion1()
/packages/modules/Connectivity/remoteauth/tests/unit/src/com/android/server/remoteauth/ranging/
DRangingManagerTest.java179 uwbCapabilities.getSupportedChannels().toArray(), in testGetRangingCapabilities_withUwbEnabled()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/
DUwbClient.java70 rangingCapabilities.supportedChannels = cap.getSupportedChannels() in getRangingCapabilities()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraSpecificationParams.java272 public List<Integer> getSupportedChannels() { in getSupportedChannels() method in FiraSpecificationParams
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java387 .setChannels(firaSpecificationParams.getSupportedChannels()) in fromFiRaSpecificationParam()