Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccParams.java113 HOPPING_CONFIG_MODE_CONTINUOUS,
119 public static final int HOPPING_CONFIG_MODE_CONTINUOUS = 1; field in CccParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroParams.java117 HOPPING_CONFIG_MODE_CONTINUOUS,
123 public static final int HOPPING_CONFIG_MODE_CONTINUOUS = 1; field in AliroParams
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DCccDecoderTest.java23 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_CONTINUOUS;
155 List.of(HOPPING_CONFIG_MODE_CONTINUOUS, HOPPING_CONFIG_MODE_ADAPTIVE)); in verifyCccSpecification()
DAliroDecoderTest.java23 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS;
155 List.of(HOPPING_CONFIG_MODE_CONTINUOUS, HOPPING_CONFIG_MODE_ADAPTIVE)); in verifyAliroSpecification()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DAliroDecoder.java54 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS;
217 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_CONTINUOUS); in getAliroSpecificationParamsFromTlvBuffer()
DCccDecoder.java54 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_CONTINUOUS;
223 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_CONTINUOUS); in getCccSpecificationParamsFromTlvBuffer()
DAliroEncoder.java66 case AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS: in getTlvBufferFromAliroOpenRangingParams()
DCccEncoder.java66 case CccParams.HOPPING_CONFIG_MODE_CONTINUOUS: in getTlvBufferFromCccOpenRangingParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java233 (int) UwbVendorCapabilityTlvValues.HOPPING_CONFIG_MODE_CONTINUOUS;
/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java127 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, CccParams.HOPPING_CONFIG_MODE_CONTINUOUS in testSpecificationParams()
DAliroTests.java77 AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS
DCccTests.java76 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, CccParams.HOPPING_CONFIG_MODE_CONTINUOUS
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java25 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_CONTINUOUS;
840 builder.setHoppingConfigMode(HOPPING_CONFIG_MODE_CONTINUOUS); in buildCccOpenRangingParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1956 CccParams.HOPPING_CONFIG_MODE_CONTINUOUS }; in getTestCccSpecificationParams()
2028 AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS }; in getTestAliroSpecificationParams()