Home
last modified time | relevance | path

Searched defs:ccConstraintLength (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DSessionDataTest.java68 @FiraParams.CcConstraintLength int ccConstraintLength = CONSTRAINT_LENGTH_7; in testConversion() local
139 assertEquals((int) configParams1.mCcConstraintLength.get(), ccConstraintLength); in testConversion() local
DControleeInfoTest.java125 assertEquals((byte) uwbCapability1.mCcConstraintLength.get(), ccConstraintLength); in testConversion() local
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java148 Optional<Byte> ccConstraintLength, in UwbCapability()
918 UwbCapability.Builder setCcConstraintLength(byte ccConstraintLength) { in setCcConstraintLength()
DConfigurationParams.java119 Optional<Integer> ccConstraintLength, in ConfigurationParams()
585 ConfigurationParams.Builder setCcConstraintLength( in setCcConstraintLength()