Home
last modified time | relevance | path

Searched refs:keyRotationRate (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java179 int keyRotationRate, in UwbConfig()
211 mKeyRotationRate = keyRotationRate; in UwbConfig()
446 UwbConfig.Builder setKeyRotationRate(int keyRotationRate) { in setKeyRotationRate() argument
447 mKeyRotationRate = keyRotationRate; in setKeyRotationRate()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java123 int keyRotationRate = 0; in testUwbconfig() local
156 .setKeyRotationRate(keyRotationRate) in testUwbconfig()
190 assertEquals(uwbConfig.mKeyRotationRate, keyRotationRate); in testUwbconfig()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java133 Optional<Integer> keyRotationRate, in ConfigurationParams()
163 mKeyRotationRate = keyRotationRate; in ConfigurationParams()
667 ConfigurationParams.Builder setKeyRotationRate(Integer keyRotationRate) { in setKeyRotationRate() argument
668 mKeyRotationRate = Optional.of(keyRotationRate); in setKeyRotationRate()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java129 int keyRotationRate = 15; in testOpenSessionParams() local
196 .setKeyRotationRate(keyRotationRate) in testOpenSessionParams()
268 assertEquals(params.getKeyRotationRate(), keyRotationRate); in testOpenSessionParams() local
339 assertEquals(fromBundle.getKeyRotationRate(), keyRotationRate); in testOpenSessionParams() local
416 assertEquals(fromCopy.getKeyRotationRate(), keyRotationRate); in testOpenSessionParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java251 int keyRotationRate = 15; in getFiraParams() local
308 .setKeyRotationRate(keyRotationRate) in getFiraParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java321 int keyRotationRate, in FiraOpenSessionParams()
408 mKeyRotationRate = keyRotationRate; in FiraOpenSessionParams()
1861 public FiraOpenSessionParams.Builder setKeyRotationRate(int keyRotationRate) { in setKeyRotationRate() argument
1862 mKeyRotationRate = keyRotationRate; in setKeyRotationRate()