Searched refs:getSubSessionIdList (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/ |
D | ConfigurationManagerTest.java | 145 assertNull(params.getSubSessionIdList()); in testCreateReconfigureParams() 163 assertNull(params.getSubSessionIdList()); in testCreateReconfigureParamsBlockStriding() 185 assertNull(params.getSubSessionIdList()); in testCreateReconfigureParamsRangeDataNtf()
|
/packages/modules/Uwb/service/support_lib/test/ |
D | FiraTests.java | 476 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/ |
D | FiraControleeParams.java | 76 public int[] getSubSessionIdList() { in getSubSessionIdList() method in FiraControleeParams
|
D | FiraRangingReconfigureParams.java | 123 public int[] getSubSessionIdList() { in getSubSessionIdList() method in FiraRangingReconfigureParams
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbServiceCoreTest.java | 1429 reconfigureParams.getSubSessionIdList(), in testAddControlee() 1430 params.getSubSessionIdList()); in testAddControlee() 1459 reconfigureParams.getSubSessionIdList(), in testRemoveControlee() 1460 params.getSubSessionIdList()); in testRemoveControlee()
|
D | UwbSessionManagerTest.java | 4189 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/ |
D | UwbServiceCore.java | 774 .setSubSessionIdList(controleeParams.getSubSessionIdList()) in addControlee() 791 .setSubSessionIdList(controleeParams.getSubSessionIdList()) in removeControlee()
|
D | UwbSessionManager.java | 2254 rangingReconfigureParams.getSubSessionIdList())) { in handleReconfigure() 2256 rangingReconfigureParams.getSubSessionIdList(); in handleReconfigure()
|