Searched refs:supportedChannels (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | UwbServiceImpl.java | 194 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()
|
D | RangingCapabilities.java | 95 List<Integer> supportedChannels, in RangingCapabilities() argument 106 this.mSupportedChannels = supportedChannels; in RangingCapabilities()
|
/packages/modules/Uwb/service/support_lib/test/ |
D | GenericTests.java | 53 List<Integer> supportedChannels = List.of(5, 6, 8, 9); in testSpecificationParams() local 84 .setSupportedChannels(supportedChannels) in testSpecificationParams() 181 assertEquals(supportedChannels, firaSpecificationParams.getSupportedChannels()); in testSpecificationParams()
|
D | FiraTests.java | 608 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/ |
D | FiraSpecificationParams.java | 179 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/ |
D | RangingCapabilities.aidl | 40 int[] supportedChannels;
|
/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/current/androidx/core/uwb/backend/ |
D | RangingCapabilities.aidl | 40 int[] supportedChannels;
|
/packages/modules/Uwb/androidx_backend/interface/androidx/core/uwb/backend/ |
D | RangingCapabilities.aidl | 25 int[] supportedChannels;
|
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/ |
D | UwbClient.java | 70 rangingCapabilities.supportedChannels = cap.getSupportedChannels() in getRangingCapabilities()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbServiceCoreTest.java | 1574 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()
|