Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java284 if (params.getSessionKey() != null ) { in configureStsParameters()
285 tlvBufferBuilder.putByteArray(ConfigParam.SESSION_KEY, params.getSessionKey()); in configureStsParameters()
295 if (params.getSessionKey() != null ) { in configureStsParameters()
296 tlvBufferBuilder.putByteArray(ConfigParam.SESSION_KEY, params.getSessionKey()); in configureStsParameters()
/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManagerTest.java126 assertArrayEquals(params.getSessionKey(), sessionKey); in testCreateOpenSessionParams_ProvisionedSts()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java257 assertArrayEquals(params.getSessionKey(), sessionKey); in testOpenSessionParams()
328 assertArrayEquals(fromBundle.getSessionKey(), sessionKey); in testOpenSessionParams()
405 assertArrayEquals(fromCopy.getSessionKey(), sessionKey); in testOpenSessionParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java327 assertEquals(controleeParams.getSessionKey(), sessionKey); in testPacsControllerProfileForProvSTSIndKey()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java607 public byte[] getSessionKey() { in getSessionKey() method in FiraOpenSessionParams
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java1121 byte[] sessionKey = firaOpenSessionParams.getSessionKey(); in sessionUpdateMulticastListCmdPreconditioncheck()