Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java57 private final List<UwbAddress> mDestAddressList; field in FiraOpenSessionParams
366 mDestAddressList = destAddressList; in FiraOpenSessionParams()
486 return mDestAddressList != null ? Collections.unmodifiableList(mDestAddressList) : null; in getDestAddressList()
868 long[] destAddressList = new long[mDestAddressList.size()]; in toBundle()
870 for (UwbAddress destAddress : mDestAddressList) { in toBundle()
1150 private List<UwbAddress> mDestAddressList = null; field in FiraOpenSessionParams.Builder
1395 mDestAddressList = builder.mDestAddressList; in Builder()
1486 mDestAddressList = params.mDestAddressList; in Builder()
1611 mDestAddressList = destAddressList; in setDestAddressList()
2088 checkNotNull(mDestAddressList); in checkAddress()
[all …]
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java238 pacsControleeSession.mSessionInfo.mDestAddressList in testGetOpenSessionParams()
259 pacsControllerSession.mSessionInfo.mDestAddressList in testGetOpenSessionParams()
286 pacsControleeSession.mSessionInfo.mDestAddressList in testGetOpenSessionParamsForDynamicStsIndKey()
318 pacsControleeSession.mSessionInfo.mDestAddressList in testPacsControllerProfileForProvSTSIndKey()
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java217 public final List<UwbAddress> mDestAddressList; field in RangingSessionController.SessionInfo
236 mDestAddressList = new ArrayList<>(); in SessionInfo()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DPacsControllerSessionTest.java154 mRangingSessionController.mSessionInfo.mDestAddressList in testOpenRangingSession()
DPacsControleeSessionTest.java185 mRangingSessionController.mSessionInfo.mDestAddressList in testOpenRangingSession()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java548 .setDestAddressList(sessionInfo.mDestAddressList) in getOpenSessionParams()