Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccParams.java114 HOPPING_CONFIG_MODE_ADAPTIVE,
120 public static final int HOPPING_CONFIG_MODE_ADAPTIVE = 2; field in CccParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroParams.java118 HOPPING_CONFIG_MODE_ADAPTIVE,
124 public static final int HOPPING_CONFIG_MODE_ADAPTIVE = 2; field in AliroParams
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DCccDecoderTest.java22 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_ADAPTIVE;
155 List.of(HOPPING_CONFIG_MODE_CONTINUOUS, HOPPING_CONFIG_MODE_ADAPTIVE)); in verifyCccSpecification()
DAliroDecoderTest.java22 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_ADAPTIVE;
155 List.of(HOPPING_CONFIG_MODE_CONTINUOUS, HOPPING_CONFIG_MODE_ADAPTIVE)); in verifyAliroSpecification()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DAliroDecoder.java53 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_ADAPTIVE;
220 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_ADAPTIVE); in getAliroSpecificationParamsFromTlvBuffer()
DCccDecoder.java53 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_ADAPTIVE;
226 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_ADAPTIVE); in getCccSpecificationParamsFromTlvBuffer()
DAliroEncoder.java73 case AliroParams.HOPPING_CONFIG_MODE_ADAPTIVE: in getTlvBufferFromAliroOpenRangingParams()
DCccEncoder.java73 case CccParams.HOPPING_CONFIG_MODE_ADAPTIVE: in getTlvBufferFromCccOpenRangingParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java235 (int) UwbVendorCapabilityTlvValues.HOPPING_CONFIG_MODE_ADAPTIVE;
/packages/modules/Uwb/service/support_lib/test/
DAliroTests.java76 AliroParams.HOPPING_CONFIG_MODE_ADAPTIVE,
98 AliroParams.HOPPING_CONFIG_MODE_ADAPTIVE; in testOpenRangingParams()
DCccTests.java76 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, CccParams.HOPPING_CONFIG_MODE_CONTINUOUS
95 @CccParams.HoppingConfigMode int hoppingConfigMode = CccParams.HOPPING_CONFIG_MODE_ADAPTIVE; in testOpenRangingParams()
DGenericTests.java127 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, CccParams.HOPPING_CONFIG_MODE_CONTINUOUS in testSpecificationParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java24 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_ADAPTIVE;
842 builder.setHoppingConfigMode(HOPPING_CONFIG_MODE_ADAPTIVE); in buildCccOpenRangingParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1955 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, in getTestCccSpecificationParams()
2027 AliroParams.HOPPING_CONFIG_MODE_ADAPTIVE, in getTestAliroSpecificationParams()