Home
last modified time | relevance | path

Searched defs:subSessionKey (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingControleeParameters.java25 public RangingControleeParameters(UwbAddress address, int subSessionId, byte[] subSessionKey) { in RangingControleeParameters()
DConfigurationManager.java607 @Nullable byte[] subSessionKey, in createReconfigureParams()
630 @Nullable byte[] subSessionKey, in createControleeParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java326 assertEquals(controleeParams.getSubsessionKey(), subSessionKey); in testPacsControllerProfileForProvSTSIndKey() local
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java261 public void setSubSessionKey(byte[] subSessionKey) { in setSubSessionKey()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java675 String subSessionKey = getNextArgRequired(); in buildFiraOpenSessionParams() local