Searched refs:mDestAddressList (Results 1 – 6 of 6) sorted by relevance
57 private final List<UwbAddress> mDestAddressList; field in FiraOpenSessionParams366 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.Builder1395 mDestAddressList = builder.mDestAddressList; in Builder()1486 mDestAddressList = params.mDestAddressList; in Builder()1611 mDestAddressList = destAddressList; in setDestAddressList()2088 checkNotNull(mDestAddressList); in checkAddress()[all …]
238 pacsControleeSession.mSessionInfo.mDestAddressList in testGetOpenSessionParams()259 pacsControllerSession.mSessionInfo.mDestAddressList in testGetOpenSessionParams()286 pacsControleeSession.mSessionInfo.mDestAddressList in testGetOpenSessionParamsForDynamicStsIndKey()318 pacsControleeSession.mSessionInfo.mDestAddressList in testPacsControllerProfileForProvSTSIndKey()
217 public final List<UwbAddress> mDestAddressList; field in RangingSessionController.SessionInfo236 mDestAddressList = new ArrayList<>(); in SessionInfo()
154 mRangingSessionController.mSessionInfo.mDestAddressList in testOpenRangingSession()
185 mRangingSessionController.mSessionInfo.mDestAddressList in testOpenRangingSession()
548 .setDestAddressList(sessionInfo.mDestAddressList) in getOpenSessionParams()