Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java447 configParamsBuilder.setMaxContentionPhaseLength( in fromBytes()
464 configParamsBuilder.setMaxContentionPhaseLength( in fromBytes()
650 ConfigurationParams.Builder setMaxContentionPhaseLength( in setMaxContentionPhaseLength() method in ConfigurationParams.Builder
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java353 UwbConfig.Builder setMaxContentionPhaseLength(int maxContentionPhaseLength) { in setMaxContentionPhaseLength() method in UwbConfig.Builder
593 uwbConfigBuilder::setMaxContentionPhaseLength); in fromSessionData()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java139 .setMaxContentionPhaseLength(maxContentionPhaseLength) in testUwbconfig()