Home
last modified time | relevance | path

Searched refs:getSubSessionKeyList (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraControleeParams.java84 public byte[] getSubSessionKeyList() { in getSubSessionKeyList() method in FiraControleeParams
DFiraRangingReconfigureParams.java123 public byte[] getSubSessionKeyList() { in getSubSessionKeyList() method in FiraRangingReconfigureParams
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java573 .setSubSessionKeyList(controleeParams.getSubSessionKeyList()) in addControlee()
590 .setSubSessionKeyList(controleeParams.getSubSessionKeyList()) in removeControlee()
DUwbSessionManager.java1490 .getSubSessionKeyList() : null, in handleReconfigure()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java3050 reconfigureParams.getSubSessionKeyList(), uwbSession.getChipId()); in execReconfigureAddControleeV2_success()