Home
last modified time | relevance | path

Searched refs:getSubSessionIdList (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManagerTest.java145 assertNull(params.getSubSessionIdList()); in testCreateReconfigureParams()
163 assertNull(params.getSubSessionIdList()); in testCreateReconfigureParamsBlockStriding()
185 assertNull(params.getSubSessionIdList()); in testCreateReconfigureParamsRangeDataNtf()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java476 assertArrayEquals(params.getSubSessionIdList(), subSessionIdList); in testRangingReconfigureParams()
481 assertArrayEquals(fromBundle.getSubSessionIdList(), subSessionIdList); in testRangingReconfigureParams()
540 assertArrayEquals(params.getSubSessionIdList(), subSessionIdList); in testControleeParams()
544 assertArrayEquals(fromBundle.getSubSessionIdList(), subSessionIdList); in testControleeParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraControleeParams.java76 public int[] getSubSessionIdList() { in getSubSessionIdList() method in FiraControleeParams
DFiraRangingReconfigureParams.java123 public int[] getSubSessionIdList() { in getSubSessionIdList() method in FiraRangingReconfigureParams
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1429 reconfigureParams.getSubSessionIdList(), in testAddControlee()
1430 params.getSubSessionIdList()); in testAddControlee()
1459 reconfigureParams.getSubSessionIdList(), in testRemoveControlee()
1460 params.getSubSessionIdList()); in testRemoveControlee()
DUwbSessionManagerTest.java4189 dstAddress, reconfigureParams.getSubSessionIdList(), null, in execReconfigureAddControlee_success()
4246 dstAddress, reconfigureParams.getSubSessionIdList(), null, in execReconfigureRemoveControleeV1_success()
4309 dstAddress, reconfigureParams.getSubSessionIdList(), in execReconfigureAddControleeV2_success()
4359 dstAddress, reconfigureParams.getSubSessionIdList(), in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java774 .setSubSessionIdList(controleeParams.getSubSessionIdList()) in addControlee()
791 .setSubSessionIdList(controleeParams.getSubSessionIdList()) in removeControlee()
DUwbSessionManager.java2254 rangingReconfigureParams.getSubSessionIdList())) { in handleReconfigure()
2256 rangingReconfigureParams.getSubSessionIdList(); in handleReconfigure()