Home
last modified time | relevance | path

Searched refs:setMaxPhyVersionSupported (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DUwbCapabilityTest.java69 .setMaxPhyVersionSupported(new FiraProtocolVersion(2, 2)) in phyVersionCompatibilityTest()
74 .setMaxPhyVersionSupported(new FiraProtocolVersion(4, 4)) in phyVersionCompatibilityTest()
81 .setMaxPhyVersionSupported(new FiraProtocolVersion(4, 4)) in phyVersionCompatibilityTest()
88 .setMaxPhyVersionSupported(new FiraProtocolVersion(3, 3)) in phyVersionCompatibilityTest()
95 .setMaxPhyVersionSupported(new FiraProtocolVersion(3, 3)) in phyVersionCompatibilityTest()
140 .setMaxPhyVersionSupported(new FiraProtocolVersion(5, 5)) in getPreferredPhyVersion()
DControleeInfoTest.java83 .setMaxPhyVersionSupported(maxPhyVersionSupported) in testConversion()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java378 .setMaxPhyVersionSupported(firaSpecificationParams.getMaxPhyVersionSupported()) in fromFiRaSpecificationParam()
626 uwbCapabilityBuilder.setMaxPhyVersionSupported(maxVersion); in fromBytes()
834 UwbCapability.Builder setMaxPhyVersionSupported( in setMaxPhyVersionSupported() method in UwbCapability.Builder
/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java81 .setMaxPhyVersionSupported(maxPhyVersionSupported) in testSpecificationParams()
DFiraTests.java645 .setMaxPhyVersionSupported(maxPhyVersionSupported) in testSpecificationParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraSpecificationParams.java515 .setMaxPhyVersionSupported( in parseVersion1()
721 public FiraSpecificationParams.Builder setMaxPhyVersionSupported( in setMaxPhyVersionSupported() method in FiraSpecificationParams.Builder
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java202 builder.setMaxPhyVersionSupported(FiraProtocolVersion.fromBytes(phyVersions, 2)); in getFiraSpecificationParamsFromTlvBuffer()
458 builder.setMaxPhyVersionSupported(FiraProtocolVersion.fromBytes(phyVersions, 2)); in getFiraSpecificationParamsFromTlvBuffer()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java212 .setMaxPhyVersionSupported(FIRA_VERSION_1_1)