Home
last modified time | relevance | path

Searched refs:mSubSessionKeyList (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraControleeParams.java42 @Nullable private final byte[] mSubSessionKeyList; field in FiraControleeParams
57 mSubSessionKeyList = subSessionKeyList; in FiraControleeParams()
85 return mSubSessionKeyList; in getSubSessionKeyList()
131 bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList)); in toBundle()
175 @Nullable private byte[] mSubSessionKeyList = null; field in FiraControleeParams.Builder
194 mSubSessionKeyList = subSessionKeyList; in setSubSessionKeyList()
211 if (mSubSessionKeyList != null) { in checkAddressList()
214 mSubSessionKeyList.length == 16 * mSubSessionIdList.length); in checkAddressList()
217 mSubSessionKeyList.length == 32 * mSubSessionIdList.length); in checkAddressList()
228 mSubSessionKeyList); in build()
DFiraRangingReconfigureParams.java43 @Nullable private final byte[] mSubSessionKeyList; field in FiraRangingReconfigureParams
94 mSubSessionKeyList = subSessionKeyList; in FiraRangingReconfigureParams()
129 return mSubSessionKeyList; in getSubSessionKeyList()
221 bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList)); in toBundle()
352 @Nullable private byte[] mSubSessionKeyList = null; field in FiraRangingReconfigureParams.Builder
383 mSubSessionKeyList = subSessionKeyList; in setSubSessionKeyList()
456 if (mSubSessionKeyList != null) { in checkAddressList()
459 mSubSessionKeyList.length == 16 * mSubSessionIdList.length); in checkAddressList()
462 mSubSessionKeyList.length == 32 * mSubSessionIdList.length); in checkAddressList()
536 mSubSessionKeyList, in build()