Home
last modified time | relevance | path

Searched refs:supportedChannels (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DUwbServiceImpl.java194 List<Integer> supportedChannels = specificationParams.getSupportedChannels(); in getRangingCapabilities() local
203 if (supportedChannels == null || supportedChannels.isEmpty()) { in getRangingCapabilities()
204 supportedChannels = in getRangingCapabilities()
250 ImmutableList.copyOf(supportedChannels), in getRangingCapabilities()
DRangingCapabilities.java95 List<Integer> supportedChannels, in RangingCapabilities() argument
106 this.mSupportedChannels = supportedChannels; in RangingCapabilities()
/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java53 List<Integer> supportedChannels = List.of(5, 6, 8, 9); in testSpecificationParams() local
84 .setSupportedChannels(supportedChannels) in testSpecificationParams()
181 assertEquals(supportedChannels, firaSpecificationParams.getSupportedChannels()); in testSpecificationParams()
DFiraTests.java608 List<Integer> supportedChannels = List.of(5, 6, 8, 9); in testSpecificationParams() local
648 .setSupportedChannels(supportedChannels) in testSpecificationParams()
674 assertEquals(supportedChannels, params.getSupportedChannels()); in testSpecificationParams()
701 assertEquals(supportedChannels, fromBundle.getSupportedChannels()); in testSpecificationParams()
732 assertEquals(supportedChannels, fromCopy.getSupportedChannels()); in testSpecificationParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraSpecificationParams.java179 List<Integer> supportedChannels, in FiraSpecificationParams() argument
214 mSupportedChannels = supportedChannels; in FiraSpecificationParams()
511 List<Integer> supportedChannels = in parseVersion1() local
521 .setSupportedChannels(supportedChannels) in parseVersion1()
740 List<Integer> supportedChannels) { in setSupportedChannels() argument
741 mSupportedChannels = List.copyOf(supportedChannels); in setSupportedChannels()
/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/1/androidx/core/uwb/backend/
DRangingCapabilities.aidl40 int[] supportedChannels;
/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/current/androidx/core/uwb/backend/
DRangingCapabilities.aidl40 int[] supportedChannels;
/packages/modules/Uwb/androidx_backend/interface/androidx/core/uwb/backend/
DRangingCapabilities.aidl25 int[] supportedChannels;
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/
DUwbClient.java70 rangingCapabilities.supportedChannels = cap.getSupportedChannels() in getRangingCapabilities()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1574 List<Integer> supportedChannels = List.of(5, 6, 8, 9); in testSendVendorUciCommandMessageTypeTest() local
1577 .setSupportedChannels(supportedChannels) in testSendVendorUciCommandMessageTypeTest()
1605 List<Integer> supportedChannels = List.of(5, 6, 8, 9); in testSendVendorUciCommandUnsupportedMessageType() local
1607 .setSupportedChannels(supportedChannels) in testSendVendorUciCommandUnsupportedMessageType()