Home
last modified time | relevance | path

Searched refs:PROTOCOL_VERSION_1_0 (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DAliroEncoderTest.java59 .setProtocolVersion(AliroParams.PROTOCOL_VERSION_1_0)
110 TlvBuffer tlvs = mAliroEncoder.getTlvBuffer(params, AliroParams.PROTOCOL_VERSION_1_0); in testAliroOpenRangingParams()
120 .getTlvBuffer(params, AliroParams.PROTOCOL_VERSION_1_0); in testAliroOpenRangingParamsViaTlvEncoder()
133 TlvBuffer tlvs = mAliroEncoder.getTlvBuffer(params, AliroParams.PROTOCOL_VERSION_1_0); in testAliroOpenRangingParamsWithAbsoluteInitiationTime()
153 TlvBuffer tlvs = mAliroEncoder.getTlvBuffer(params, AliroParams.PROTOCOL_VERSION_1_0); in testAliroOpenRangingParams_withRangeDataNtfConfigSupportedAndDisabled()
177 TlvBuffer tlvs = mAliroEncoder.getTlvBuffer(params, AliroParams.PROTOCOL_VERSION_1_0); in testAliroOpenRangingParams_withRangeDataNtfConfigSupportedAndEnabled()
204 TlvBuffer tlvs = mAliroEncoder.getTlvBuffer(params, AliroParams.PROTOCOL_VERSION_1_0); in testAliroOpenRangingParams_withRangeDataNtfConfigSupportedAndConfigured()
DCccEncoderTest.java59 .setProtocolVersion(CccParams.PROTOCOL_VERSION_1_0)
110 TlvBuffer tlvs = mCccEncoder.getTlvBuffer(params, CccParams.PROTOCOL_VERSION_1_0); in testCccOpenRangingParams()
120 .getTlvBuffer(params, CccParams.PROTOCOL_VERSION_1_0); in testCccOpenRangingParamsViaTlvEncoder()
133 TlvBuffer tlvs = mCccEncoder.getTlvBuffer(params, CccParams.PROTOCOL_VERSION_1_0); in testCccOpenRangingParamsWithAbsoluteInitiationTime()
153 TlvBuffer tlvs = mCccEncoder.getTlvBuffer(params, CccParams.PROTOCOL_VERSION_1_0); in testCccOpenRangingParams_withRangeDataNtfConfigSupportedAndDisabled()
177 TlvBuffer tlvs = mCccEncoder.getTlvBuffer(params, CccParams.PROTOCOL_VERSION_1_0); in testCccOpenRangingParams_withRangeDataNtfConfigSupportedAndEnabled()
204 TlvBuffer tlvs = mCccEncoder.getTlvBuffer(params, CccParams.PROTOCOL_VERSION_1_0); in testCccOpenRangingParams_withRangeDataNtfConfigSupportedAndConfigured()
DCccDecoderTest.java170 tlvDecoderBuffer, CccRangingStartedParams.class, CccParams.PROTOCOL_VERSION_1_0); in testGetCccRangingOpened()
182 tlvDecoderBuffer, CccSpecificationParams.class, CccParams.PROTOCOL_VERSION_1_0); in testGetCccSpecification()
196 CccParams.PROTOCOL_VERSION_1_0); in testGetCccRangingOpenedViaTlvDecoder()
210 CccParams.PROTOCOL_VERSION_1_0); in testGetCccSpecificationViaTlvDecoder()
223 tlvDecoderBuffer, CccSpecificationParams.class, CccParams.PROTOCOL_VERSION_1_0); in testGetCccSpecificationWithPrioritizedChannel()
236 tlvDecoderBuffer, CccSpecificationParams.class, CccParams.PROTOCOL_VERSION_1_0); in testGetCccSpecificationWithUwbsMaxPPM()
DAliroDecoderTest.java173 AliroParams.PROTOCOL_VERSION_1_0); in testGetAliroRangingOpened()
185 tlvDecoderBuffer, AliroSpecificationParams.class, AliroParams.PROTOCOL_VERSION_1_0); in testGetAliroSpecification()
200 AliroParams.PROTOCOL_VERSION_1_0); in testGetAliroRangingOpenedViaTlvDecoder()
214 AliroParams.PROTOCOL_VERSION_1_0); in testGetAliroSpecificationViaTlvDecoder()
227 tlvDecoderBuffer, AliroSpecificationParams.class, AliroParams.PROTOCOL_VERSION_1_0); in testGetAliroSpecificationWithPrioritizedChannel()
240 tlvDecoderBuffer, AliroSpecificationParams.class, AliroParams.PROTOCOL_VERSION_1_0); in testGetAliroSpecificationWithUwbsMaxPPM()
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java52 .setProtocolVersion(CccParams.PROTOCOL_VERSION_1_0)
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccParams.java49 public static final CccProtocolVersion PROTOCOL_VERSION_1_0 = new CccProtocolVersion(1, 0); field in CccParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroParams.java53 public static final AliroProtocolVersion PROTOCOL_VERSION_1_0 = new AliroProtocolVersion(1, 0); field in AliroParams
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java238 .setProtocolVersion(AliroParams.PROTOCOL_VERSION_1_0)
256 .setProtocolVersion(CccParams.PROTOCOL_VERSION_1_0)
2639 CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_1_x_relativeUwbInitiationTime()
2664 AliroParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_aliro_1_x_relativeUwbInitiationTime()
2740 CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_2_0_noUwbInitiationTimeConfigured()
2761 AliroParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_aliro_2_0_noUwbInitiationTimeConfigured()
2863 cccStartRangingParams, cccRangingStartedParams, CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_2_0_absoluteInitiationTimeComputationIsComputed()
2902 AliroParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_aliro_2_0_absoluteInitiationTimeComputationIsComputed()
2937 cccStartRangingParams, cccRangingStartedParams, CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_2_0_absoluteInitiationTimeComputationIsDisabled()
2974 AliroParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_aliro_2_0_absoluteInitiationTimeComputationIsDisabled()
[all …]
DUwbServiceCoreTest.java180 .setProtocolVersion(AliroParams.PROTOCOL_VERSION_1_0)
198 .setProtocolVersion(CccParams.PROTOCOL_VERSION_1_0)
/packages/modules/Uwb/service/support_lib/test/
DAliroTests.java84 AliroProtocolVersion protocolVersion = AliroParams.PROTOCOL_VERSION_1_0; in testOpenRangingParams()
DCccTests.java83 CccProtocolVersion protocolVersion = CccParams.PROTOCOL_VERSION_1_0; in testOpenRangingParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java1997 AliroParams.PROTOCOL_VERSION_1_0); in handleStartRanging()
2013 CccParams.PROTOCOL_VERSION_1_0); in handleStartRanging()
2131 AliroParams.PROTOCOL_VERSION_1_0); in handleStopRangingParams()
2149 CccParams.PROTOCOL_VERSION_1_0); in handleStopRangingParams()
DUwbShellCommand.java197 .setProtocolVersion(CccParams.PROTOCOL_VERSION_1_0)
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java567 builder.setProtocolVersion(CccParams.PROTOCOL_VERSION_1_0); in generateCccOpenRangingParams()