Home
last modified time | relevance | path

Searched refs:maxContentionPhaseLength (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java161 int maxContentionPhaseLength, in UwbConfig() argument
193 mMaxContentionPhaseLength = maxContentionPhaseLength; in UwbConfig()
353 UwbConfig.Builder setMaxContentionPhaseLength(int maxContentionPhaseLength) { in setMaxContentionPhaseLength() argument
354 mMaxContentionPhaseLength = maxContentionPhaseLength; in setMaxContentionPhaseLength()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java106 int maxContentionPhaseLength = 0; in testUwbconfig() local
139 .setMaxContentionPhaseLength(maxContentionPhaseLength) in testUwbconfig()
172 assertEquals(uwbConfig.mMaxContentionPhaseLength, maxContentionPhaseLength); in testUwbconfig()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java130 Optional<Integer> maxContentionPhaseLength, in ConfigurationParams() argument
160 mMaxContentionPhaseLength = maxContentionPhaseLength; in ConfigurationParams()
651 Integer maxContentionPhaseLength) { in setMaxContentionPhaseLength() argument
652 mMaxContentionPhaseLength = Optional.of((maxContentionPhaseLength)); in setMaxContentionPhaseLength()