Searched refs:mMaxContentionPhaseLength (Results 1 – 3 of 3) sorted by relevance
119 public final int mMaxContentionPhaseLength; field in UwbConfig193 mMaxContentionPhaseLength = maxContentionPhaseLength; in UwbConfig()245 private int mMaxContentionPhaseLength = 0; field in UwbConfig.Builder354 mMaxContentionPhaseLength = maxContentionPhaseLength; in setMaxContentionPhaseLength()493 mMaxContentionPhaseLength, in build()592 configurationParams.mMaxContentionPhaseLength.ifPresent( in fromSessionData()
100 public final Optional<Integer> mMaxContentionPhaseLength; field in ConfigurationParams160 mMaxContentionPhaseLength = maxContentionPhaseLength; in ConfigurationParams()271 mMaxContentionPhaseLength.ifPresent( in toBytes()506 private Optional<Integer> mMaxContentionPhaseLength = Optional.empty(); field in ConfigurationParams.Builder652 mMaxContentionPhaseLength = Optional.of((maxContentionPhaseLength)); in setMaxContentionPhaseLength()709 mMaxContentionPhaseLength, in build()
172 assertEquals(uwbConfig.mMaxContentionPhaseLength, maxContentionPhaseLength); in testUwbconfig()