Home
last modified time | relevance | path

Searched defs:maxRangingRoundRetries (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java101 int maxRangingRoundRetries = 3; in testOpenSessionParams() local
241 assertEquals(params.getMaxRangingRoundRetries(), maxRangingRoundRetries); in testOpenSessionParams() local
312 assertEquals(fromBundle.getMaxRangingRoundRetries(), maxRangingRoundRetries); in testOpenSessionParams() local
389 assertEquals(fromCopy.getMaxRangingRoundRetries(), maxRangingRoundRetries); in testOpenSessionParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java223 int maxRangingRoundRetries = 3; in getFiraParams() local