Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java693 assertEquals(sessionKeyLength, params.getSessionKeyLength()); in testSpecificationParams()
719 assertEquals(sessionKeyLength, fromBundle.getSessionKeyLength()); in testSpecificationParams()
750 assertEquals(sessionKeyLength, fromCopy.getSessionKeyLength()); in testSpecificationParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DFiraDecoderTest.java238 assertEquals(firaSpecificationParams.getSessionKeyLength(), KEY_LENGTH_256_BITS_SUPPORTED); in verifyFiraSpecificationVersion2()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraSpecificationParams.java390 public int getSessionKeyLength() { in getSessionKeyLength() method in FiraSpecificationParams