Searched refs:mKeyRotationRate (Results 1 – 4 of 4) sorted by relevance
140 public final int mKeyRotationRate; field in UwbConfig211 mKeyRotationRate = keyRotationRate; in UwbConfig()301 private int mKeyRotationRate = 0; field in UwbConfig.Builder447 mKeyRotationRate = keyRotationRate; in setKeyRotationRate()511 mKeyRotationRate, in build()598 configurationParams.mKeyRotationRate.ifPresent( in fromSessionData()
103 public final Optional<Integer> mKeyRotationRate; field in ConfigurationParams163 mKeyRotationRate = keyRotationRate; in ConfigurationParams()285 mKeyRotationRate.ifPresent( in toBytes()287 mKeyRotationRate.get().byteValue())); in toBytes()509 private Optional<Integer> mKeyRotationRate = Optional.empty(); field in ConfigurationParams.Builder668 mKeyRotationRate = Optional.of(keyRotationRate); in setKeyRotationRate()712 mKeyRotationRate, in build()
120 private final int mKeyRotationRate; field in FiraOpenSessionParams408 mKeyRotationRate = keyRotationRate; in FiraOpenSessionParams()676 return mKeyRotationRate; in getKeyRotationRate()929 bundle.putInt(KEY_KEY_ROTATION_RATE, mKeyRotationRate); in toBundle()1281 private int mKeyRotationRate = 0; field in FiraOpenSessionParams.Builder1439 mKeyRotationRate = builder.mKeyRotationRate; in Builder()1530 mKeyRotationRate = params.mKeyRotationRate; in Builder()1862 mKeyRotationRate = keyRotationRate; in setKeyRotationRate()2282 mKeyRotationRate, in build()
190 assertEquals(uwbConfig.mKeyRotationRate, keyRotationRate); in testUwbconfig()